fillType property

PathFillType fillType

Determines how the interior of this path is calculated.

Defaults to the non-zero winding rule, PathFillType.nonZero.

Implementation

PathFillType get fillType;
void fillType=(PathFillType value)

Implementation

set fillType(PathFillType value);