Enum CollectionMode
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
Specifies the collection mode for ink and gesture recognition.
[Flags]
public enum CollectionMode
Fields
GestureOnly = 4Collects gesture input only.
InkAndGesture = InkOnly | GestureOnlyCollects both ink strokes and gesture input.
InkOnly = 2Collects ink strokes only.