Table of Contents

Class TouchCapture

Namespace
nanoFramework.UI.Input
Assembly
nanoFramework.Graphics.dll
public static class TouchCapture
Inheritance
TouchCapture
Inherited Members

Properties

Captured

public static UIElement Captured { get; }

Property Value

UIElement

Methods

Capture(UIElement)

public static bool Capture(UIElement element)

Parameters

element UIElement

Returns

bool

Capture(UIElement, TouchCaptureMode)

public static bool Capture(UIElement element, TouchCaptureMode mode)

Parameters

element UIElement
mode TouchCaptureMode

Returns

bool