Enum
MouseDragBehavior

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:

cs-api-definition
public enum MouseDragBehavior

Fields

Drag

The Map will essentially stick to your mouse and move where you drag it to.

Declaration

cs-api-definition
Drag = 1

Field Value

MouseDragBehavior

None

The Map will do nothing.

Declaration

cs-api-definition
None = 0

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

cs-api-definition
Select = 2

Field Value

MouseDragBehavior

In this article
DefinitionFieldsDragNoneSelect
Not finding the help you need?
Contact Support