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

DiagramTheme.ColorPalette Property

Gets the theme’s color scheme.

Namespace: DevExpress.Diagram.Core

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

NuGet Package: DevExpress.Diagram.Core

Declaration

public DiagramColorPalette ColorPalette { get; }

Property Value

Type Description
DiagramColorPalette

A DiagramColorPalette object representing the theme’s color scheme.

See Also