IInputElement.IsStylusCaptured Propriété
Définition
Obtient une valeur qui indique si le stylet est capturé pour cet élément.Gets a value that indicates whether the stylus is captured to this element.
public:
property bool IsStylusCaptured { bool get(); };
public bool IsStylusCaptured { get; }
member this.IsStylusCaptured : bool
Public ReadOnly Property IsStylusCaptured As Boolean
Valeur de propriété
true
si l’élément a la capture du stylet ; sinon, false
.true
if the element has stylus capture; otherwise, false
.
Remarques
Cette interface n’est pas destinée à une implémentation publique.This interface is not intended for public implementation. Pour plus d’informations, consultez la section Notes de l' IInputElement interface.For more information, see remarks for the IInputElement interface.
Les implémentations existantes dans le Windows Presentation Foundation (WPF) Core (consultez ContentElement.IsStylusCaptured et UIElement.IsStylusCaptured ) établissent cette propriété en tant que propriété de dépendance.Existing implementations in the Windows Presentation Foundation (WPF) core (see ContentElement.IsStylusCaptured and UIElement.IsStylusCaptured) establish this property as a dependency property.