Table of Contents

Enum CollectionMode

Namespace
nanoFramework.UI
Assembly
nanoFramework.Graphics.dll

Specifies the collection mode for ink and gesture recognition.

[Flags]
public enum CollectionMode

Fields

GestureOnly = 4

Collects gesture input only.

InkAndGesture = InkOnly | GestureOnly

Collects both ink strokes and gesture input.

InkOnly = 2

Collects ink strokes only.