Back to Devexpress

DXGraphicsPath.FillMode Property

corelibraries-devexpress-dot-drawing-dot-dxgraphicspath.md

latest1.2 KB
Original Source

DXGraphicsPath.FillMode Property

Gets or sets how to fill the interiors of shapes in the GraphicsPath instance.

Namespace : DevExpress.Drawing

Assembly : DevExpress.Drawing.v25.2.dll

NuGet Package : DevExpress.Drawing

Declaration

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

Property Value

TypeDescription
DXFillMode

An enumeration value that indicates the shape interior’s fill mode.

|

Available values:

NameDescription
Alternate

The alternate fill mode.

| | Winding |

The winding fill mode.

|

See Also

DXGraphicsPath Class

DXGraphicsPath Members

DevExpress.Drawing Namespace