Class MouseBehavior
This enumeration specifies mouse click or double click behavior.
Inheritance
System.Object
MouseBehavior
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class MouseBehavior : Enum
Fields
Center
Click or double click centers the map.
Declaration
public const MouseBehavior Center
Field Value
None
SelectItem
Select item at the mouse location.
Declaration
public const MouseBehavior SelectItem
Field Value
value__
Declaration
public int value__
Field Value
System.
|
ZoomPointToCenter
Click or double click zooms in and centers the point on the map.
Declaration
public const MouseBehavior ZoomPointToCenter
Field Value
ZoomToCenter
Click or double click zooms in the map.
Declaration
public const MouseBehavior ZoomToCenter
Field Value
ZoomToPoint
Click or double click zooms in to the point on the map.
Declaration
public const MouseBehavior ZoomToPoint