.NET SDK - PenFlags

PenFlags enumeration

Flags indicating the state of a pen input device.

[Flags]
public enum PenFlags

Values

namevaluedescription
Barrel0x1The barrel button is pressed.
Inverted0x2The pen is inverted.
Eraser0x4The eraser button is pressed.

See Also