Skip to main content
All docs
V25.2
  • ThemeFormatScheme.BackgroundFills Property

    Gets the collection of background fill styles.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public ThemeBackgroundFillCollection BackgroundFills { get; }

    Property Value

    Type Description
    ThemeBackgroundFillCollection

    A collection of background fill styles.

    Remarks

    This collection defines fill styles applied to slide backgrounds and other background elements. The collection must contain at least three fill elements.

    Note

    Background fill colors in this collection cannot reference theme colors.

    See Also