Skip to main content

HierarchicalItemStyle.TextColor Property

Gets or sets a treemap / sunburst item text color.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
Color

The text color.

See Also