Back to Devexpress

ThemeFillCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-622c2a52.md

latest2.4 KB
Original Source

ThemeFillCollection Class

A collection of fill styles for theme objects.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public sealed class ThemeFillCollection :
    LimitedThemeFormatObjectCollection<Fill>
vb
Public NotInheritable Class ThemeFillCollection
    Inherits LimitedThemeFormatObjectCollection(Of Fill)

The following members return ThemeFillCollection objects:

Remarks

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.

Implements

IEnumerable<Fill>

IEnumerable

Inheritance

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

See Also

ThemeFillCollection Members

DevExpress.Docs.Presentation Namespace