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