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

CustomPalette.Colors Property

Returns the color collection of a custom palette.

Namespace: DevExpress.Xpf.TreeMap

Assembly: DevExpress.Xpf.TreeMap.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.TreeMap, DevExpress.Wpf.TreeMap

Declaration

public ColorCollection Colors { get; }

Property Value

Type Description
ColorCollection

A ColorCollection object containing the color of a palette.

See Also