Skip to main content

TreeMapItemLeafStyle.TextGlowColor Property

Gets or sets the glow color of a text for tree map leaf items.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

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

Property Value

Type Description
Color

A Color object that is the glow color of a text.

Remarks

The following image demonstrates tree map leaf items with White text color and Orage text glow color.

TreeMap_LeafStyle_GlowColor

See Also