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