Skip to main content

TreeMapPaletteColorizerBase.Palette Property

Gets or sets the palette the colorizer uses to paint items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty]
public Palette Palette { get; set; }

Property Value

Type Description
Palette

A Palette object.

Remarks

Refer to the Colorizers document for more information.

See Also