PointerDownEventArgs.PointerType プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ポインター デバイスの種類を取得します。
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
プロパティ値
ポインター デバイスの種類を識別する文字列。 使用可能な値は、 Mouse、 Touch、Pen です。