DXGraphicsPathData.FillMode Property
Obtains a fill mode of the path interior.
Namespace: DevExpress.Drawing
Assembly: DevExpress.Drawing.v26.1.dll
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