The possible options when you click and drag your mouse over the map.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum MouseDragBehavior
Fields
The Map will essentially stick to your mouse and move where you drag it to.
C#
Drag = 1
The Map will do nothing.
C#
None = 0
Draw a Marque Selection Box over the map, and perform action on selected rectangle when mouse released. The action depends on the mouse selection mode.
C#
Select = 2