Skip to main content

DiagramEffectCollection.ThemeEffects Property

Provides access to the collection of effects that can be applied to shapes and are displayed in the “Theme Styles” ribbon group.

Namespace: DevExpress.Diagram.Core.Themes

Assembly: DevExpress.Diagram.v23.2.Core.dll

NuGet Package: DevExpress.Diagram.Core

Declaration

public ReadOnlyCollection<DiagramEffect> ThemeEffects { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramEffect>

A read-only collection of effects.

See Also