SunburstControl.ItemStyle Property
Returns the sunburst item appearance settings.
Namespace: DevExpress.XtraTreeMap
Assembly: DevExpress.XtraTreeMap.v24.1.UI.dll
NuGet Package: DevExpress.Win.TreeMap
Declaration
[XtraSerializableProperty(XtraSerializationVisibility.Hidden)]
public SunburstItemStyle ItemStyle { get; }
Property Value
Type | Description |
---|---|
SunburstItemStyle | The sunburst item appearance settings. |
See Also