PenDevice.PenId Property

Definition

Gets the unique identifier of the digital pen represented by the PenDevice object.

public:
 property Platform::Guid PenId { Platform::Guid get(); };
winrt::guid PenId();
public Guid PenId { get; }
var guid = penDevice.penId;
Public ReadOnly Property PenId As Guid

Property Value

Guid

Platform::Guid

winrt::guid

A Guid that uniquely identifies the device.

Applies to