VSView Reporting Edition Reference > Field Object > Field Properties > LineSlant Property |
Returns or sets whether a line should be drawn across the field (as opposed to a box around the field).
field.LineSlant[ = LineSlantSettings ]
The settings for the LineSlant property are described below:
Constant |
Value |
Description |
vsrLSNoLine |
0 |
Regular field (not a line). |
vsrLSNoSlant |
1 |
Render field as a vertical line (if Height > Width) or as a horizontal line (if Width > Height). |
vsrLSDown |
2 |
Render field as a line between the left-top and right-bottom corners of the field box. |
vsrLSUp |
3 |
Render field as a line between the left-bottom and right-top corners of the field box. |
The color, style, and thickness of the line are determined by the BorderColor, BorderStyle, and LineWidth properties.
LineSlantSettings (Enumeration)