Skip to main content

SunburstItem.Style Property

Returns the sunburst item’s style settings.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v23.2.dll

NuGet Package: DevExpress.TreeMap

Declaration

[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public SunburstItemStyle Style { get; }

Property Value

Type Description
SunburstItemStyle

The sunburst item appearance settings storage.

See Also