Skip to main content

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

NameValueDescription
NoneNo capture.
ElementCapture touch input to a single element.
SubTreeCapture touch input to an element and its subtree.