PointerDevice.PointerDeviceType Property

Definition

Gets the pointer device type.

public:
 property PointerDeviceType PointerDeviceType { PointerDeviceType get(); };
PointerDeviceType PointerDeviceType();
public PointerDeviceType PointerDeviceType { get; }
var pointerDeviceType = pointerDevice.pointerDeviceType;
Public ReadOnly Property PointerDeviceType As PointerDeviceType

Property Value

A pointer device type.

Applies to

See also