Back to Devexpress

DiagramEffectCollection.ThemeEffects Property

corelibraries-devexpress-dot-diagram-dot-core-dot-themes-dot-diagrameffectcollection.md

latest1.4 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Diagram.Core

Declaration

csharp
public ReadOnlyCollection<DiagramEffect> ThemeEffects { get; }
vb
Public ReadOnly Property ThemeEffects As ReadOnlyCollection(Of DiagramEffect)

Property Value

TypeDescription
ReadOnlyCollection<DiagramEffect>

A read-only collection of effects.

|

See Also

DiagramEffectCollection Class

DiagramEffectCollection Members

DevExpress.Diagram.Core.Themes Namespace