TappedRoutedEventArgs.PointerDeviceType Propiedad

Definición

Obtiene pointerDeviceType para el dispositivo de puntero que inició el evento de entrada asociado.

public:
 property PointerDeviceType PointerDeviceType { PointerDeviceType get(); };
PointerDeviceType PointerDeviceType();
public PointerDeviceType PointerDeviceType { get; }
var pointerDeviceType = tappedRoutedEventArgs.pointerDeviceType;
Public ReadOnly Property PointerDeviceType As PointerDeviceType

Valor de propiedad

PointerDeviceType para esta repetición del evento.

Se aplica a