Enum MouseSelectionMode
Mouse selection mode. Represents an action which should be performed when mouse drag behaviour is in the "Select" mode.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum MouseSelectionMode
None
The Map will do nothing.
RaiseEvent
The SelectionRectangleChanged event should be raised.
ZoomIn
Zoom in to the selected rectangle.