Skip to main content
A newer version of this page is available. .

SunburstItem.Style Property

Returns the sunburst item’s style settings.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v18.2.dll

Declaration

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

Property Value

Type Description
SunburstItemStyle

The sunburst item appearance settings storage.

See Also