officefileapi-devexpress-dot-docs-dot-presentation-622c2a52.md
A collection of fill styles for theme objects.
Namespace : DevExpress.Docs.Presentation
Assembly : DevExpress.Docs.Presentation.v25.2.dll
NuGet Package : DevExpress.Docs.Presentation
public sealed class ThemeFillCollection :
LimitedThemeFormatObjectCollection<Fill>
Public NotInheritable Class ThemeFillCollection
Inherits LimitedThemeFormatObjectCollection(Of Fill)
The following members return ThemeFillCollection objects:
This collection stores fill styles applied to shapes and other presentation objects defined in the theme format scheme. The collection must contain at least three fill elements.
Note
Fill colors in this collection cannot reference theme colors.
Object PresentationCollectionBase<Fill> PresentationObjectCollectionBase<Fill> LimitedPresentationObjectCollectionBase<Fill> LimitedThemeFormatObjectCollection<Fill> ThemeFillCollection
See Also