pen
Specifies the pattern of a Line object.
Property of
Line
Description
Use pen to control the appearance of a Line object when its width is 1.
You can specify any of five settings for pen:
Value |
Description |
Example |
0 |
Solid |
|
1 |
Dash |
|
2 |
Dot |
|
3 |
Dash Dot |
|
4 |
DashDotDot |
If the line’s width is greater than 1, the pen property is ignored and the line is always drawn with a solid pen.