UIElement.AreAnyTouchesDirectlyOver Property

 

Gets a value that indicates whether at least one touch is pressed over this element.

Namespace:   System.Windows
Assembly:  PresentationCore (in PresentationCore.dll)

public bool AreAnyTouchesDirectlyOver { get; }

Property Value

Type: System.Boolean

true if at least one touch is pressed over this element; otherwise, false.

.NET Framework
Available since 4.0