Class TouchDevice
- Namespace
- GHIElectronics.Endpoint.UI.Input
- Assembly
- GHIElectronics.Endpoint.UI.dll
The TouchDevice class represents the stylus/touch device to the members of a context.
public sealed class TouchDevice : InputDevice
- Inheritance
-
TouchDevice
- Inherited Members
Properties
DeviceType
public override InputManager.InputDeviceType DeviceType { get; }
Property Value
Target
Returns the element that input from this device is sent to.
public override UIElement Target { get; }
Property Value
Methods
SetTarget(UIElement)
public void SetTarget(UIElement target)
Parameters
targetUIElement