Class ClusterState
State of the item in the clustered data source.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class ClusterState : Enum
Fields
Collapsed
Cluster is collapsed. It is shown as single pushpin.
Declaration
public const ClusterState Collapsed
Field Value
ClusterState
|
Expanded
Cluster is expanded. It is shown as number of the pushpins.
Declaration
public const ClusterState Expanded
Field Value
ClusterState
|
ExpandedToPolygon
Cluster is expanded so its items aren't on their original locations, but in the vertices of the regular polygon. Cluster is shown as number of the pushpins.
Declaration
public const ClusterState ExpandedToPolygon
Field Value
ClusterState
|
value__
Declaration
public int value__
Field Value
System.Int32
|