<< Click to Display Table of Contents >>
PenLineStyle |
Determines the style of a Pen's line. The available options are described on the next table.
Available options for the PenLineStyle property
Option |
Description |
---|---|
0 - LsSolid |
Solid line (default) |
1 - LsDash |
Dashed line |
2 - LsDot |
Dotted line |
3 - LsDashDot |
Dash-dot line |
4 - LsDashDotDot |
Dash-dot-dot line |
5 - LsNull |
No line |
NOTE |
Using a value different from 0 (zero, LsSolid) in this property, combined with the Width property with values greater than 1 (one), may degrade a Pen's drawing performance. |