Skip to main content
A newer version of this page is available. .

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

NuGet Packages: DevExpress.Diagram.Core, DevExpress.WindowsDesktop.Diagram.Core

Declaration

public ReadOnlyCollection<DiagramEffect> VariantEffects { get; }

Property Value

Type Description
ReadOnlyCollection<DiagramEffect>

A read-only collection of effects.

See Also