UIElement.AreAnyTouchesCaptured Property

Definition

Gets a value that indicates whether at least one touch is captured to this element.

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

Property Value

true if at least one touch is captured to this element; otherwise, false.

Applies to