UIElement.IsStylusCaptured Propiedad
Definición
Obtiene un valor que indica si este elemento captura el lápiz.Gets a value indicating whether the stylus is captured by this element. Es una propiedad de dependencia.This is a dependency property.
public:
property bool IsStylusCaptured { bool get(); };
public bool IsStylusCaptured { get; }
member this.IsStylusCaptured : bool
Public ReadOnly Property IsStylusCaptured As Boolean
Valor de propiedad
true
si el elemento tiene la captura del lápiz; en caso contrario, false
.true
if the element has stylus capture; otherwise, false
. De manera predeterminada, es false
.The default is false
.
Implementaciones
Comentarios
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 | IsStylusCapturedProperty |
Propiedades de metadatos establecidas en true Metadata properties set to true |
NoneNone |