DXGraphicsPathData.FillMode Property
Obtains a fill mode of the path interior.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
Type | Description |
---|---|
DXFillMode | An enumeration value that indicates how to fill and clip the interior of a closed figure. |
Available values:
Name | Description |
---|---|
Alternate | The alternate fill mode. |
Winding | The winding fill mode. |
See Also