Applies To Report.
Description
You can use the FillStyle property to specify whether a circle or line drawn by the Circle or Line method on a report is transparent, opaque, or filled with a pattern.
Setting
The FillStyle property uses the following settings.
Setting | Description |
0 | Opaque |
1 | (Default) Transparent |
2 | Horizontal Line |
3 | Vertical Line |
4 | Upward Diagonal |
5 | Downward Diagonal |
6 | Cross |
7 | Diagonal Cross |
See Also BorderColor property, BorderStyle property, BorderWidth property, Circle method, Event properties, FillColor property, Line method, Print event.
Example See the FillColor property example.