Back to Devexpress

ThemeBackgroundFillCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-6f0e727c.md

latest2.5 KB
Original Source

ThemeBackgroundFillCollection Class

A collection of background fill styles.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public sealed class ThemeBackgroundFillCollection :
    LimitedThemeFormatObjectCollection<Fill>
vb
Public NotInheritable Class ThemeBackgroundFillCollection
    Inherits LimitedThemeFormatObjectCollection(Of 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.

Implements

IEnumerable<Fill>

IEnumerable

Inheritance

Object PresentationCollectionBase<Fill> PresentationObjectCollectionBase<Fill> LimitedPresentationObjectCollectionBase<Fill> LimitedThemeFormatObjectCollection<Fill> ThemeBackgroundFillCollection

See Also

ThemeBackgroundFillCollection Members

DevExpress.Docs.Presentation Namespace