Back to Devexpress

TreeMapItemLeafStyle.TextGlowColor Property

windowsforms-devexpress-dot-xtratreemap-dot-treemapitemleafstyle-d99b1fc3.md

latest1.4 KB
Original Source

TreeMapItemLeafStyle.TextGlowColor Property

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

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty]
public Color TextGlowColor { get; set; }
vb
<XtraSerializableProperty>
Public Property TextGlowColor As Color

Property Value

TypeDescription
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.

See Also

TreeMapItemLeafStyle Class

TreeMapItemLeafStyle Members

DevExpress.XtraTreeMap Namespace