Back to Devexpress

ThemeFormatScheme.Fills Property

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

latest1.4 KB
Original Source

ThemeFormatScheme.Fills Property

Gets the collection of fill styles for presentation objects.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public ThemeFillCollection Fills { get; }
vb
Public ReadOnly Property Fills As ThemeFillCollection

Property Value

TypeDescription
ThemeFillCollection

A collection of fill styles.

|

Remarks

This collection defines fill styles applied to shapes and other presentation objects. The collection must contain at least three fill elements.

Note

Fill colors in this collection cannot reference theme colors.

See Also

ThemeFormatScheme Class

ThemeFormatScheme Members

DevExpress.Docs.Presentation Namespace