Share via


PointerDownEventArgs.PointerType Property

Definition

Gets the type of pointer device.

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

Property Value

System.String

A string that identifies the pointer device type. The possible values are Mouse, Touch, and Pen.

Applies to