Share via


PointerEventArgs.PointerType Property

Definition

Indicates the device type that caused the event. Must be one of the strings mouse, pen or touch, or an empty string.

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

Property Value

Applies to