Provides options for the way that the MouseWheel should be handled.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum PanoramaMouseWheelBehavior
Fields
Do not handle mouse wheel.
C#
None = 0
Scroll the view on mouse wheel.
C#
Scroll = 2
Zoom the view on mouse wheel.
C#
Zoom = 1
Scroll the view on mouse wheel, zoom the view on Control + mouse wheel.
C#
ZoomAndScroll = 3