Share via


PointerEventArgs.PointerType プロパティ

定義

イベントの原因となったデバイスの種類を示します。 マウス、ペン、タッチのいずれかの文字列、または空の文字列である必要があります。

public:
 property System::String ^ PointerType { System::String ^ get(); void set(System::String ^ value); };
public string PointerType { get; set; }
member this.PointerType : string with get, set
Public Property PointerType As String

プロパティ値

適用対象