ThemeEffectCollection Class
A collection of visual effect properties for theme objects.
Namespace: DevExpress.Docs.Presentation
Assembly: DevExpress.Docs.Presentation.v26.1.dll
Declaration
public sealed class ThemeEffectCollection :
LimitedThemeFormatObjectCollection<ShapeEffectProperties>
Related API Members
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.
Inheritance
Object
DevExpress.Docs.Office.Internal.OfficeCollectionBase<ShapeEffectProperties>
DevExpress.Docs.Office.Internal.OfficeObjectCollectionBase<ShapeEffectProperties>
See Also