RadControls for Silverlight

State of the item in the clustered data source.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public enum ClusterState
Visual Basic
Public Enumeration ClusterState

Members

Member nameValueDescription
Collapsed0 Cluster is collapsed. It is shown as single pushpin.
Expanded1 Cluster is expanded. It is shown as number of the pushpins.
ExpandedToPolygon2 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.

See Also