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

DiagramColorPalette.ThemeColors Property

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

Namespace: DevExpress.Diagram.Core.Themes

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

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