UIElement.AreAnyTouchesDirectlyOver
UIElement.AreAnyTouchesDirectlyOver
UIElement.AreAnyTouchesDirectlyOver
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
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...