DXGraphicsPathData.FillMode Property
In This Article
Obtains a fill mode of the path interior.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v24.2.dll
NuGet Package: DevExpress.Drawing
#Declaration
public DXFillMode FillMode { get; }
#Property Value
Type | Description |
---|---|
DXFill |
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