Back to Devexpress

SunburstItemStyle.TextGlowColor Property

windowsforms-devexpress-dot-xtratreemap-dot-sunburstitemstyle.md

latest1.7 KB
Original Source

SunburstItemStyle.TextGlowColor Property

Gets or sets the glow color of the sunburst item’s text.

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 the text.

|

Remarks

The following image demonstrates sunburst items with the White text color and Green text glow color.

Use the SunburstControl.ItemStyle property to access to the sunburst item’s appearance settings. The SunburstItem.Style property allows you to modify an individual item’s appearance.

See Also

SunburstItemStyle Class

SunburstItemStyle Members

DevExpress.XtraTreeMap Namespace