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

属性值

适用于