Item selection mode. It defines how the item in the visualization layer can be selected using RadMap user interface.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum ItemSelectionMode
Fields
Item can be selected/unselected using left mouse click.
C#
MouseClick = 1
Item can be selected using both left mouse click and RadMap selection rectangle (default).
C#
MouseClickAndRectangle = 3
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.
C#
None = 0
Item can be selected using RadMap selection rectangle.
C#
Rectangle = 2