Back to Devexpress

SunburstItem.Style Property

windowsforms-devexpress-dot-xtratreemap-dot-sunburstitem-fc58b75b.md

latest1.1 KB
Original Source

SunburstItem.Style Property

Returns the sunburst item’s style settings.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[XtraSerializableProperty(XtraSerializationVisibility.Content)]
public SunburstItemStyle Style { get; }
vb
<XtraSerializableProperty(XtraSerializationVisibility.Content)>
Public ReadOnly Property Style As SunburstItemStyle

Property Value

TypeDescription
SunburstItemStyle

The sunburst item appearance settings storage.

|

See Also

SunburstItem Class

SunburstItem Members

DevExpress.XtraTreeMap Namespace