TouchDevice Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets the touch or stylus input device that is used by the InputManager.
Namespace: Microsoft.SPOT.Input
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public ReadOnly Property TouchDevice As TouchDevice
public TouchDevice TouchDevice { get; }
public:
property TouchDevice^ TouchDevice {
TouchDevice^ get ();
}
member TouchDevice : TouchDevice with get
function get TouchDevice () : TouchDevice
Property Value
Type: Microsoft.SPOT.Input. . :: . .TouchDevice
The touch or stylus input device that is used by the InputManager.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.