Class ClusterData
Inheritance
System.Object
ClusterData
Namespace: Telerik.UI.Xaml.Controls.DataVisualization.Map
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ClusterData : Object, INotifyPropertyChanged
Constructors
ClusterData()
Declaration
public ClusterData()
Properties
AutoCalculateBounds
Declaration
public bool AutoCalculateBounds { get; set; }
Property Value
System.
|
AutoExpandWhenSingle
Declaration
public bool AutoExpandWhenSingle { get; set; }
Property Value
System.
|
Bounds
Children
Declaration
public IEnumerable<object> Children { get; }
Property Value
System.
|
ClusterState
Count
Declaration
public int Count { get; }
Property Value
System.
|
Data
Declaration
public object Data { get; set; }
Property Value
System.
|
DeleteWhenEmpty
Declaration
public bool DeleteWhenEmpty { get; set; }
Property Value
System.
|
ExpandRadius
Declaration
public double ExpandRadius { get; set; }
Property Value
System.
|
HideExpanded
Declaration
public bool HideExpanded { get; set; }
Property Value
System.
|
Hotspot
Location
ZIndex
Declaration
public int ZIndex { get; set; }
Property Value
System.
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|