Pen.Width
- Last UpdatedDec 08, 2015
- 1 minute read
The Pen.Width property is a read-write integer property that gets or sets the line width (from 1 to 10) of the currently selected pen.
Syntax
Pen.Width = int;
Result = Pen.Width;
Remarks
The default is 1, when a pen is added to the pen list. If there is no pen in the pen list, the default is 0.