officefileapi-devexpress-dot-docs-dot-presentation-6f0e727c.md
A collection of background fill styles.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public sealed class ThemeBackgroundFillCollection :
LimitedThemeFormatObjectCollection<Fill>
Public NotInheritable Class ThemeBackgroundFillCollection
Inherits LimitedThemeFormatObjectCollection(Of Fill)
The following members return ThemeBackgroundFillCollection objects:
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.
Object PresentationCollectionBase<Fill> PresentationObjectCollectionBase<Fill> LimitedPresentationObjectCollectionBase<Fill> LimitedThemeFormatObjectCollection<Fill> ThemeBackgroundFillCollection
See Also