Skip to main content

DiagramTheme.ColorPalette Property

Gets the theme’s color scheme.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v23.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