MouseWheelMode Enumeration |
Defines how the mouse wheel will act in the control
Namespace:
Atalasoft.Imaging.Wpf
Assembly:
Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax public enum MouseWheelMode
Public Enumeration MouseWheelMode
Members
| Member name | Description |
---|
| Scroll |
The mouse wheel will act as a scroll controller
|
| Zoom |
The mouse whell will act as a zoom in/zoom out controller
|
See Also