Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SunburstItemStyle.TextGlowColor Property

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

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.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