Table of Contents

Enum GesturesMode

Namespace
DrawnUi.Draw
Assembly
DrawnUi.Maui.dll

Used by the canvas, do not need this for drawn controls

public enum GesturesMode
Extension Methods

Fields

Disabled = 0

Default

Enabled = 1

Gestures attached

Lock = 3

Full lock input for self, useful inside scroll view, panning controls like slider etc

SoftLock = 2

Smart lock for working inside native controls like scroll view to share gestures with it if panning not consumed by your controls.