Enum CollectionMethod
- Namespace
- nanoFramework.UI
- Assembly
- nanoFramework.Graphics.dll
Specifies the collection method for ink and gesture strokes.
[Flags]
public enum CollectionMethod
Fields
Managed = 0
Specifies the managed collection method where ink and gesture strokes are collected and managed by the application.
Native = 1
Specifies the native collection method where ink and gesture strokes are collected and managed by the operating system.