Back to Devexpress

SunburstCenterLabel.Visible Property

windowsforms-devexpress-dot-xtratreemap-dot-sunburstcenterlabel-d3268f59.md

latest1.2 KB
Original Source

SunburstCenterLabel.Visible Property

Specifies the sunburst center label visibility.

Namespace : DevExpress.XtraTreeMap

Assembly : DevExpress.XtraTreeMap.v25.2.dll

NuGet Package : DevExpress.TreeMap

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the sunburst center label is visible; otherwise, false.

|

See Also

SunburstCenterLabel Class

SunburstCenterLabel Members

DevExpress.XtraTreeMap Namespace