Skip to main content
All docs
V26.1
  • 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>

    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>
    See Also