officefileapi-devexpress-dot-docs-dot-presentation-55d7dd78.md
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
public sealed class ThemeEffectCollection :
LimitedThemeFormatObjectCollection<ShapeEffectProperties>
Public NotInheritable Class ThemeEffectCollection
Inherits LimitedThemeFormatObjectCollection(Of ShapeEffectProperties)
The following members return ThemeEffectCollection objects:
This collection stores visual effect properties applied to shapes and other presentation objects defined in the theme format scheme.
IEnumerable<ShapeEffectProperties>
Object PresentationCollectionBase<ShapeEffectProperties> PresentationObjectCollectionBase<ShapeEffectProperties> LimitedPresentationObjectCollectionBase<ShapeEffectProperties> LimitedThemeFormatObjectCollection<ShapeEffectProperties> ThemeEffectCollection
See Also