DiagramColorPalette.ThemeColors Property
Provides access to a collection of colors that can be applied to shapes.
Namespace: DevExpress.Diagram.Core.Themes
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Property Value
Type | Description |
---|---|
ReadOnlyCollection<Color> | A read-only collection of theme colors represented by System.Drawing.Color objects. |
See Also