Skip to main content

SunburstHitInfo.InCenterLabel Property

Returns the value that indicates whether the cursor is over the Sunburst center label.

Namespace: DevExpress.XtraTreeMap

Assembly: DevExpress.XtraTreeMap.v24.1.dll

NuGet Package: DevExpress.TreeMap

Declaration

public bool InCenterLabel { get; }

Property Value

Type Description
Boolean

true if the cursor over the center label; otherwise, false.

See Also