Class MouseBehavior
This enumeration specifies mouse click or double click behavior.
Inheritance
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
MouseBehavior
|
None
SelectItem
Select item at the mouse location.
Declaration
public const MouseBehavior SelectItem
Field Value
MouseBehavior
|
value__
Declaration
public int value__
Field Value
System.Int32
|
ZoomPointToCenter
Click or double click zooms in and centers the point on the map.
Declaration
public const MouseBehavior ZoomPointToCenter
Field Value
MouseBehavior
|
ZoomToCenter
Click or double click zooms in the map.
Declaration
public const MouseBehavior ZoomToCenter
Field Value
MouseBehavior
|
ZoomToPoint
Click or double click zooms in to the point on the map.
Declaration
public const MouseBehavior ZoomToPoint
Field Value
MouseBehavior
|