Skip to main content
All docs
V25.2
  • ThemeBackgroundFillCollection Class

    A collection of background fill styles.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public sealed class ThemeBackgroundFillCollection :
        LimitedThemeFormatObjectCollection<Fill>

    The following members return ThemeBackgroundFillCollection objects:

    Remarks

    This collection stores fill styles applied to slide backgrounds and other background elements defined in the theme format scheme. The collection must contain at least three fill elements.

    Note

    Background fill colors in this collection cannot reference theme colors.

    See Also