Skip to main content
All docs
V26.1
  • DXGraphicsPath.FillMode Property

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

    Namespace: DevExpress.Drawing

    Assembly: DevExpress.Drawing.v26.1.dll

    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