CaptureMode Enum
NuGet: GHIElectronics.TinyCLR.UI
Assembly: GHIElectronics.TinyCLR.UI
Namespace: GHIElectronics.TinyCLR.UI.Input
Specifies how touch input is captured to an element.
public enum CaptureMode
Fields
| Name | Value | Description |
|---|---|---|
None | No capture. | |
Element | Capture touch input to a single element. | |
SubTree | Capture touch input to an element and its subtree. |