Skip to main content
All docs
V25.1
  • ThemedSlideBackground.FillIndex Property

    Gets or sets the index (ranging from 1 to 999) of a fill to be applied to slides. A valid presentation must contain at least three fill elements in the theme (for example, one SolidFill and two GradientFills).

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public int FillIndex { get; set; }

    Property Value

    Type Description
    Int32

    The fill index.

    See Also