FillMode Animations
The FillMode property represents the Fill Mode setting for a line or shape. This can be either Even-Odd or Non-Zero and determines how Windows fills the areas within the polylines. Typically, you would define the Fill Mode for an object on its Properties window, but you can animate the property if required. For example, you can animate the FillMode property so that it changes according to the value of a point.
When animating the FillMode property, you will need to use the relevant number in the expression:
Number for Expression | Mode |
---|---|
0 |
Even-Odd |
1 |
Non-Zero |
Further Information