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

適用於