Back to Devexpress

ThemeFormatScheme.BackgroundFills Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-themeformatscheme-5b3a75a3.md

latest1.5 KB
Original Source

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

csharp
public ThemeBackgroundFillCollection BackgroundFills { get; }
vb
Public ReadOnly Property BackgroundFills As ThemeBackgroundFillCollection

Property Value

TypeDescription
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

ThemeFormatScheme Class

ThemeFormatScheme Members

DevExpress.Docs.Presentation Namespace