Enum PanoramaMouseWheelBehavior
Provides options for the way that the MouseWheel should be handled.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum PanoramaMouseWheelBehavior
None
Do not handle mouse wheel.
Scroll
Scroll the view on mouse wheel.
Zoom
Zoom the view on mouse wheel.
ZoomAndScroll
Scroll the view on mouse wheel, zoom the view on Control + mouse wheel.