EnumMouseBehavior
Enum
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.
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.