Enum
MouseBehavior

This enumeration specifies mouse click or double click behavior.

Definition

Namespace:Telerik.Windows.Controls.Map

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

cs-api-definition
public enum MouseBehavior

Fields

Center

Click or double click centers the map.

Declaration

cs-api-definition
Center = 1

Field Value

MouseBehavior

None

The empty action.

Declaration

cs-api-definition
None = 0

Field Value

MouseBehavior

SelectItem

Select item at the mouse location.

Declaration

cs-api-definition
SelectItem = 2

Field Value

MouseBehavior

ZoomPointToCenter

Click or double click zooms in and centers the point on the map.

Declaration

cs-api-definition
ZoomPointToCenter = 4

Field Value

MouseBehavior

ZoomToCenter

Click or double click zooms in the map.

Declaration

cs-api-definition
ZoomToCenter = 5

Field Value

MouseBehavior

ZoomToPoint

Click or double click zooms in to the point on the map.

Declaration

cs-api-definition
ZoomToPoint = 3

Field Value

MouseBehavior