fillType property

PathFillType get fillType

Determines how the interior of this path is calculated.

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

Implementation

PathFillType get fillType;
set fillType (PathFillType value)

Implementation

set fillType(PathFillType value);