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