ContentElement.IsStylusOver Proprietà
Definizione
Ottiene un valore che indica se lo stilo è posizionato su questo elemento (elementi figlio di visualizzazione inclusi).Gets a value that indicates whether the stylus is located over this element (including visual child elements).
public:
property bool IsStylusOver { bool get(); };
public bool IsStylusOver { get; }
member this.IsStylusOver : bool
Public ReadOnly Property IsStylusOver As Boolean
Valore della proprietà
true
se lo stilo è sull'elemento o sugli elementi figlio, in caso contrario false
.true
if the stylus is over the element or its child elements; otherwise, false
. Il valore predefinito è false
.The default is false
.
Implementazioni
Commenti
Se l'elemento ha l'acquisizione dello stilo, questa proprietà rimane true
fino a quando l'acquisizione dello stilo non viene persa e il puntatore non è presente nei limiti.If this element has stylus capture, this property remains true
until stylus capture is lost and the pointer is out of its bounds.
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 | IsStylusOverProperty |
Proprietà dei metadati impostate su true Metadata properties set to true |
NessunoNone |