SunburstItemStyle.TextGlowColor Property
Gets or sets the glow color of the sunburst item’s text.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.dll
NuGet Package: DevExpress.TreeMap
Declaration
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.
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