Skip to main content
All docs
V25.2
  • ShapePath.FillMode Property

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public FillMode FillMode { get; set; }

    Property Value

    Type
    FillMode

    Available values:

    Name Description
    None

    The object does not have a fill.

    Normal

    The mode that keeps the original fill color.

    Lighten

    The mode that lightens object fill color.

    LightenLess

    The mode that slightly lightens object fill color.

    Darken

    The mode that darkens object fill color.

    DarkenLess

    The mode that slightly darkens object fill color.

    See Also