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