Skip to main content

DiagramTheme.EffectCollection Property

Gets the effects collection that specifies how colors are used in the theme.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public DiagramEffectCollection EffectCollection { get; }

Property Value

Type Description
DiagramEffectCollection

A DiagramEffectCollection object.

See Also