Skip to main content
All docs
V23.2

DXGraphicsPathData.FillMode Property

Obtains a fill mode of the path interior.

Namespace: DevExpress.Drawing

Assembly: DevExpress.Drawing.v23.2.dll

NuGet Package: DevExpress.Drawing

Declaration

public DXFillMode FillMode { get; }

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