Skip to main content

SunburstItemStyle.TextGlowColor Property

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

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

Remarks

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

sunburst-item-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