SunburstItem.Style Property
In This Article
Returns the sunburst item’s style settings.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.2.dll
NuGet Package: DevExpress.TreeMap
#Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public SunburstItemStyle Style { get; }
#Property Value
Type | Description |
---|---|
Sunburst |
The sunburst item appearance settings storage. |
See Also