Line Control.
You use the LineSlant property to specify whether a line slants from upper left to lower right or from upper right to lower left.
The LineSlant property uses the following settings.
Setting |
Description |
Visual Basic |
\ |
(Default) Upper left to lower right |
False (0) |
/ |
Upper right to lower left |
True (-1) |
You can set this property using the control’s property sheet, a macro, or Visual Basic.
Use the LineSlant property to change a line’s direction. To position and size the line on your form or report, use the mouse.
Line Method.