UIElement.AreAnyTouchesDirectlyOver Propiedad
Definición
Obtiene un valor que indica si se presiona al menos una entrada táctil sobre este elemento.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
Valor de propiedad
Es true
si se presiona al menos una entrada táctil sobre este elemento; de lo contrario, es false
.true
if at least one touch is pressed over this element; otherwise, false
.