Back to Devexpress

ThemeEffectCollection Class

officefileapi-devexpress-dot-docs-dot-presentation-55d7dd78.md

latest2.5 KB
Original Source

ThemeEffectCollection Class

A collection of visual effect properties for theme objects.

Namespace : DevExpress.Docs.Presentation

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

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

The following members return ThemeEffectCollection objects:

Remarks

This collection stores visual effect properties applied to shapes and other presentation objects defined in the theme format scheme.

Implements

IEnumerable<ShapeEffectProperties>

IEnumerable

Inheritance

Object PresentationCollectionBase<ShapeEffectProperties> PresentationObjectCollectionBase<ShapeEffectProperties> LimitedPresentationObjectCollectionBase<ShapeEffectProperties> LimitedThemeFormatObjectCollection<ShapeEffectProperties> ThemeEffectCollection

See Also

ThemeEffectCollection Members

DevExpress.Docs.Presentation Namespace