Skip to main content
All docs
V25.1
  • DXGraphicsPathData.FillMode Property

    Obtains a fill mode of the path interior.

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v25.1.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