Table of Contents

Enum GestureMode

Namespace
Northwoods.Go.Tools
Assembly
Northwoods.GoDiagram.WinForms.dll

This enumeration specifies possible values for GestureBehavior.

public enum GestureMode

Fields

Cancel = 1

Pointer/touch pinch gestures on the canvas intend to have no effect on the Diagram, but also no effect on the page.

None = 2

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 = 0

Pointer/touch pinch gestures on the canvas intend to zoom the Diagram.