Share via


TouchCapture Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Captures touch or stylus events.

Inheritance Hierarchy

System. . :: . .Object
  Microsoft.SPOT.Input..::..TouchCapture

Namespace:  Microsoft.SPOT.Input
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public NotInheritable Class TouchCapture
public static class TouchCapture
public ref class TouchCapture abstract sealed
[<AbstractClass>]
[<Sealed>]
type TouchCapture =  class end
public final class TouchCapture

The TouchCapture type exposes the following members.

Properties

  Name Description
Public propertyStatic member Captured Gets the element from which touch or stylus events are being captured.

Top

Methods

  Name Description
Public methodStatic member Capture(UIElement) Captures touch or stylus events from a specified element.
Public methodStatic member Capture(UIElement, CaptureMode) Captures touch or stylus events from a specified element.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SPOT.Input Namespace