PointerDownEventArgs.PointerType 属性

定义

获取指针设备的类型。

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

属性值

String

Platform::String

winrt::hstring

标识指针设备类型的字符串。 可能的值为 MouseTouchPen

适用于