This enumeration specifies behavior of mouse wheel.
Definition
Namespace:Telerik.Windows.Controls.Map
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public enum MouseWheelBehavior
Fields
The empty action.
C#
None = 0
Mouse wheel zooms in the map.
C#
ZoomToCenter = 2
Mouse wheel zooms in to the point on the map.
C#
ZoomToPoint = 1