Skip to main content
All docs
V25.2
  • ShapeStyle.FillThemeIndex Property

    Gets or sets the index of the fill color in the theme format scheme’s Fills collection that applies to the shape’s fill.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public int FillThemeIndex { get; set; }

    Property Value

    Type Description
    Int32

    A one-based index of the fill style in the collection.

    See Also