Applies To Report.
Description
You can use the DrawStyle property to specify the line style when using the Line and Circle methods to print lines on reports.
Setting
The DrawStyle property uses the following settings.
Setting | Description |
0 | (Default) Solid line, transparent interior |
1 | Dash, transparent interior |
2 | Dot, transparent interior |
3 | Dash-dot, transparent interior |
4 | Dash-dot-dot, transparent interior |
5 | Invisible line, transparent interior |
6 | Invisible line, solid interior |
See Also BackColor property, Circle method, DrawMode property, DrawWidth property, Event properties, FillColor property, FillStyle property, ForeColor property, Line method, PSet method.