PointerPoint.PointerDeviceType 属性

定义

获取与输入指针关联的输入设备类型。

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

属性值

输入设备类型。

适用于