UIElement.AreAnyTouchesOver
UIElement.AreAnyTouchesOver
UIElement.AreAnyTouchesOver
UIElement.AreAnyTouchesOver
Property
Definition
Gets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree.
public:
property bool AreAnyTouchesOver { bool get(); };
public bool AreAnyTouchesOver { get; }
member this.AreAnyTouchesOver : bool
Public ReadOnly Property AreAnyTouchesOver As Boolean
Property Value
true
if at least one touch is pressed over this element or any child elements in its visual tree; otherwise, false
.
Applies to
Feedback
We'd love to hear your thoughts. Choose the type you'd like to provide:
Our feedback system is built on GitHub Issues. Read more on our blog.
Loading feedback...