DXGraphicsPath.FillMode Property
Gets or sets how to fill the interiors of shapes in the GraphicsPath instance.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v25.1.dll
NuGet Package: DevExpress.Drawing
Declaration
Property Value
| Type | Description |
|---|---|
| DXFillMode | An enumeration value that indicates the shape interior’s fill mode. |
Available values:
| Name | Description |
|---|---|
| Alternate | The alternate fill mode. |
| Winding | The winding fill mode. |
See Also