Back to Devexpress

DXGraphicsPathData.FillMode Property

corelibraries-devexpress-dot-drawing-dot-dxgraphicspathdata.md

latest1.2 KB
Original Source

DXGraphicsPathData.FillMode Property

Obtains a fill mode of the path interior.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

csharp
public DXFillMode FillMode { get; }
vb
Public ReadOnly Property FillMode As DXFillMode

Property Value

TypeDescription
DXFillMode

An enumeration value that indicates how to fill and clip the interior of a closed figure.

|

Available values:

NameDescription
Alternate

The alternate fill mode.

| | Winding |

The winding fill mode.

|

See Also

DXGraphicsPathData Class

DXGraphicsPathData Members

DevExpress.Drawing Namespace