次の方法で共有


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

ポインター デバイスの種類を識別する文字列。 使用可能な値は、 MouseTouch、Pen です

適用対象