UIElement.IsStylusCaptured Proprietà
Definizione
Ottiene un valore che indica se lo stilo viene rilevato da questo elemento.Gets a value indicating whether the stylus is captured by this element. Si tratta di una proprietà di dipendenza.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
Valore della proprietà
true
se l'elemento rileva lo stilo. In caso contrario, false
.true
if the element has stylus capture; otherwise, false
. Il valore predefinito è false
.The default is false
.
Implementazioni
Commenti
Il tocco, il mouse e l'input dello stilo sono presenti in una determinata relazione.Touch, mouse, and stylus input exist in a particular relationship. Per altre informazioni, vedere Cenni preliminari sull'input.For more information, see Input Overview.
Informazioni proprietà di dipendenzaDependency Property Information
Campo identificatoreIdentifier field | IsStylusCapturedProperty |
Proprietà dei metadati impostate su true Metadata properties set to true |
nessunoNone |