PointerDownEventArgs.PointerType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
A string that identifies the pointer device type. The possible values are Mouse, Touch, and Pen.