Class MouseWheelBehavior
This enumeration specifies behavior of mouse wheel.
Inheritance
System.Object
MouseWheelBehavior
Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public sealed class MouseWheelBehavior : Enum
Fields
None
value__
Declaration
public int value__
Field Value
System.Int32
|
ZoomToCenter
Mouse wheel zooms in the map.
Declaration
public const MouseWheelBehavior ZoomToCenter
Field Value
MouseWheelBehavior
|
ZoomToPoint
Mouse wheel zooms in to the point on the map.
Declaration
public const MouseWheelBehavior ZoomToPoint
Field Value
MouseWheelBehavior
|