Annotation line width
Visual Basic |
---|
Public Property LineWidth As Single |
These properties apply to lines, arrows, polylines, rectangles, arcs and ellipses only.
Width is measured in pixels.
If LineWidth is 0, then a single pixel line is drawn.
The LineStyle values are used only where the LineWidth is 0, and are the standard windows constants:
0 |
Solid Line |
|
1 |
Dashed |
------- |
2 |
Dotted |
....... |
3 |
Dash-Dot |
_._._._ |
4 |
Dash-Dot-Dot |
_.._.._ |