Partager via


PointerDownEventArgs.PointerType Propriété

Définition

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é

String

Platform::String

winrt::hstring

Chaîne qui identifie le type d’appareil pointeur. Les valeurs possibles sont Souris, Tactile et Stylet.

S’applique à