DiagramTheme.EffectCollection Property
In This Article
Gets the effects collection that specifies how colors are used in the theme.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
public DiagramEffectCollection EffectCollection { get; }
#Property Value
Type | Description |
---|---|
Diagram |
A Diagram |
See Also