UIElement.IsStylusOver Propiedad
Definición
Obtiene un valor que indica si el cursor del lápiz se encuentra sobre este elemento (incluidos los elementos secundarios del objeto visual).Gets a value indicating whether the stylus cursor is located over this element (including visual child elements). Es una propiedad de dependencia.This is a dependency property.
public:
property bool IsStylusOver { bool get(); };
public bool IsStylusOver { get; }
member this.IsStylusOver : bool
Public ReadOnly Property IsStylusOver As Boolean
Valor de propiedad
true
si el cursor del lápiz está sobre el elemento o sus elementos secundarios; en caso contrario, false
.true
if stylus cursor is over the element or its child elements; otherwise, false
. De manera predeterminada, es false
.The default is false
.
Implementaciones
Comentarios
Si este elemento tiene la captura del lápiz, esta propiedad seguirá devolviendo true
hasta que se pierda la captura del lápiz y el puntero esté fuera de sus límites.If this element has stylus capture, this property will continue to return true
until stylus capture is lost and the pointer is out of its bounds.
La entrada táctil, del mouse y del lápiz se encuentra en una relación determinada.Touch, mouse, and stylus input exist in a particular relationship. Para obtener más información, vea Introducción a la entrada.For more information, see Input Overview.
Información sobre propiedades de dependenciaDependency Property Information
Campo de identificadorIdentifier field | IsStylusOverProperty |
Propiedades de metadatos establecidas en true Metadata properties set to true |
NoneNone |