Pen.Style
- Last UpdatedDec 08, 2015
- 1 minute read
The Pen.Style property is a read-write integer property that gets or sets the line style of the currently selected pen.
Valid values are:
0 = Solid
1 = Dash
2 = DashDot
3 = DashDotDot
4 = Dot
Syntax
Pen.Style = int;
Result = Pen.Style;
Remarks
The default is 0.