PointerDownEventArgs.PointerType Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le type d’appareil pointeur.
public:
property Platform::String ^ PointerType { Platform::String ^ get(); };
winrt::hstring PointerType();
public string PointerType { get; }
var string = pointerDownEventArgs.pointerType;
Public ReadOnly Property PointerType As String
Valeur de propriété
Chaîne qui identifie le type d’appareil pointeur. Les valeurs possibles sont Souris, Tactile et Stylet.