UIElement.TouchesDirectlyOver Property
.NET Framework 4.6 and 4.5
Gets all touch devices that are over this element.
Namespace: System.Windows
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System.Collections.Generic.IEnumerable<TouchDevice>An enumeration of TouchDevice objects that are over this element.
Show: