The LinesStyleEnum type specifies the type of
lines the control can show. The LinesStyleEnum type supports the following values:
| | Name | Value | Description | |
| |
exNoLines | -1
|
No lines are shown.
| |
| |
exLinesDot | 0
|
The lines shows as dotted.
| |
| |
exLinesHDot4 | 1
|
The horizontal lines shows dotted.
| |
| |
exLinesVDot4 | 2
|
The vertical lines are shown as dotted.
| |
| |
exLinesDot4 | 3
|
The lines are shown as solid.
| |
| |
exLinesHDash | 4
|
The horizontal lines are shown as dashed.
| |
| |
exLinesVDash | 8
|
The vertical lines are shown as dashed.
| |
| |
exLinesDash | 12
|
The lines are shown as dashed.
| |
| |
exLinesHSolid | 16
|
The horizontal lines are shown as solid.
| |
| |
exLinesVSolid | 32
|
The vertical lines are shown as solid.
| |
| |
exLinesSolid | 48
|
The lines are shown as solid.
| |
| |
exLinesThick | 256
|
The lines are shown ticker. This flag can be combined with any other flags, so
the line is shown ticker.
| |
| |
exLinesThicker | 768
|
The lines are shown ticker. This flag can be combined with any other flags, so
the line is shown ticker.
| |