Enum WheelMode
- Namespace
- Northwoods.Go.Tools
- Assembly
- Northwoods.GoDiagram.WinForms.dll
This enumeration specifies possible values for MouseWheelBehavior.
public enum WheelMode
Fields
Scroll = 0
Mouse wheel events scroll the diagram.
WheelNone = 2
Mouse wheel events are ignored, although scrolling or zooming by other means may still be allowed.
Zoom = 1
Mouse wheel events change the scale of the diagram.