Skip to main content

DiagramColorPalette.ThemeColors Property

Provides access to a collection of colors that can be applied to shapes.

Namespace: DevExpress.Diagram.Core.Themes

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public ReadOnlyCollection<Color> ThemeColors { get; }

Property Value

Type Description
ReadOnlyCollection<Color>

A read-only collection of theme colors represented by System.Drawing.Color objects.

See Also