Skip to main content
All docs
V23.2

DXGraphicsPath.FillMode Property

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

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXFillMode FillMode { get; set; }

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