PointerPoint.PointerDevice Property

Definition

Gets information about the device associated with the input pointer.

public:
 property PointerDevice ^ PointerDevice { PointerDevice ^ get(); };
PointerDevice PointerDevice();
public PointerDevice PointerDevice { get; }
var pointerDevice = pointerPoint.pointerDevice;
Public ReadOnly Property PointerDevice As PointerDevice

Property Value

The input device.

Applies to