Skip to main content
All docs
V25.2
  • ShapeStyle.EffectThemeIndex Property

    Gets or sets the one-based index of an effect style in the theme Effects collection.

    Namespace: DevExpress.Docs.Presentation

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

    NuGet Package: DevExpress.Docs.Presentation

    Declaration

    public int EffectThemeIndex { get; set; }

    Property Value

    Type Description
    Int32

    A one-based index of an effect style from the ThemeFormatScheme.Effects collection that applies to shape effects.

    See Also