UIElement.AreAnyTouchesDirectlyOver Property

Definition

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

public:
 property bool AreAnyTouchesDirectlyOver { bool get(); };
public bool AreAnyTouchesDirectlyOver { get; }
member this.AreAnyTouchesDirectlyOver : bool
Public ReadOnly Property AreAnyTouchesDirectlyOver As Boolean

Property Value

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

Applies to