Enum GestureMode
This enumeration specifies possible values for GestureBehavior.
Namespace: Northwoods.Go.Tools
Assembly: Northwoods.GoDiagram.Avalonia.dll
Syntax
public enum GestureMode
Fields
Name | Description |
---|---|
Cancel | Pointer/touch pinch gestures on the canvas intend to have no effect on the Diagram, but also no effect on the page. |
None | Pointer/touch pinch gestures on the canvas intend to have no effect on the Diagram, but will not be prevented, and may bubble up the page to have other effects (such as zooming the page). |
Zoom | Pointer/touch pinch gestures on the canvas intend to zoom the Diagram. |