InkPenTip enumeration (msinkaut.h)

Specifies the pen-tip shape.

Syntax

typedef enum InkPenTip {
  IPT_Ball = 0,
  IPT_Rectangle = 1
} ;

Constants

 
IPT_Ball
Value: 0
The pen tip is round. This is the default pen tip.
IPT_Rectangle
Value: 1
The pen tip is rectangular.

Requirements

Requirement Value
Minimum supported client Windows XP Tablet PC Edition [desktop apps only]
Minimum supported server None supported
Header msinkaut.h

See also

Height Property [InkDrawingAttributes Class]

InkDrawingAttributes Class

PenTip Property [InkDrawingAttributes Class]

Width Property [InkDrawingAttributes Class]