TouchDevice::Captured Property
.NET Framework (current version)
Gets the element that captured the TouchDevice.
Assembly: PresentationCore (in PresentationCore.dll)
The following example handles the TouchUp events that occur on a Canvas. It checks the Captured property to verify that the device that raised the event is captured to the Canvas. If it is, the TouchDevice is released.
This example is part of a larger example that is available in the TouchDevice class overview.
.NET Framework
Available since 4.0
Available since 4.0
Show: