Enum MouseDragBehavior
The possible options when you click and drag your mouse over the map.
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public enum MouseDragBehavior
Drag
The Map will essentially stick to your mouse and move where you drag it to.
None
The Map will do nothing.
Select
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.