RadControls for Silverlight

This enumeration specifies behavior of mouse wheel.

Namespace: Telerik.Windows.Controls.Map
Assembly: Telerik.Windows.Controls.DataVisualization (in Telerik.Windows.Controls.DataVisualization.dll) Version: 2013.1.403.1050

Syntax

C#
public enum MouseWheelBehavior
Visual Basic
Public Enumeration MouseWheelBehavior

Members

Member nameValueDescription
None0 The empty action.
ZoomToPoint1 Mouse wheel zooms in to the point on the map.
ZoomToCenter2 Mouse wheel zooms in the map.

See Also