MouseBehavior
Enum
This enumeration specifies mouse click or double click behavior.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum MouseBehavior
Fields
Click or double click centers the map.
C#
Center = 1
The empty action.
C#
None = 0
Select item at the mouse location.
C#
SelectItem = 2
Click or double click zooms in and centers the point on the map.
C#
ZoomPointToCenter = 4
Click or double click zooms in the map.
C#
ZoomToCenter = 5
Click or double click zooms in to the point on the map.
C#
ZoomToPoint = 3