Enum ItemSelectionMode
Item selection mode. It defines how the item in the visualization layer can be selected using RadMap user interface.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum ItemSelectionMode
MouseClick
Item can be selected/unselected using left mouse click.
MouseClickAndRectangle
Item can be selected using both left mouse click and RadMap selection rectangle (default).
None
Selection of the item using RadMap user interface is disabled. The selection API (overloads of the VisualizationLayer.Select method) can be used for item selection.
Rectangle
Item can be selected using RadMap selection rectangle.