Back to Devexpress

DiagramEffectCollection.VariantEffects Property

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

latest1.4 KB
Original Source

DiagramEffectCollection.VariantEffects Property

Provides access to the collection of effects that can be applied to shapes and are displayed in the “Variant 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> VariantEffects { get; }
vb
Public ReadOnly Property VariantEffects 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