UIElement.ReleaseTouchCapture Method
.NET Framework 4.6 and 4.5
Attempts to release the specified touch device from this element.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- touchDevice
- Type: System.Windows.Input.TouchDevice
The device to release.
| Exception | Condition |
|---|---|
| ArgumentNullException | touchDevice is null. |
Show: