ManipulationUpdatedEventArgs.PointerDeviceType 属性

定义

获取输入源的设备类型。

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

属性值

设备类型。

适用于

另请参阅