RightTappedRoutedEventArgs.PointerDeviceType 属性

定义

获取启动关联输入事件的指针设备的 PointerDeviceType

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

属性值

此事件的 PointerDeviceType

适用于