Class MouseDragBehavior
The possible options when you click and drag your mouse over the map.
Inheritance
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class MouseDragBehavior : Enum
Fields
Drag
The Map will essentially stick to your mouse and move where you drag it to.
Declaration
public const MouseDragBehavior Drag
Field Value
MouseDragBehavior
|
None
The Map will do nothing.
Declaration
public const MouseDragBehavior None
Field Value
MouseDragBehavior
|
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.
Declaration
public const MouseDragBehavior Select
Field Value
MouseDragBehavior
|
value__
Declaration
public int value__
Field Value
System.Int32
|