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

TreeMapGradientColorizer.StartColor Property

Gets or sets the start color of the gradient used to color tree map items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

[XtraSerializableProperty]
public Color StartColor { get; set; }

Property Value

Type Description
Color

A Color value.

Remarks

For more information about Colorizers, refer to the Colorizers topic.

See Also