BorderChars - ahatornn/clforms GitHub Wiki
BorderChars
Defines border characters
public class BorderChars
Constructors
| Syntax |
Description |
| BorderChars(char topLeft, char topMiddle, char topRight, char middleLeft, char middleRight, char bottomLeft, char bottomMiddle, char bottomRight) |
Initialize a new BorderChars instance |
Properties
| x |
a |
b |
c |
| 1 |
╔ |
═ |
╗ |
| 2 |
║ |
|
║ |
| 3 |
╚ |
═ |
╝ |
| Name |
Type |
Description |
Example cell |
| TopLeft |
char |
Returns the upper left corner character |
a1 |
| TopMiddle |
char |
Returns the upper middle character |
b1 |
| TopRight |
char |
Returns the upper right corner character |
c1 |
| MiddleLeft |
char |
Returns the middle left character |
a2 |
| MiddleRight |
char |
Returns the middle right character |
c2 |
| BottomLeft |
char |
Returns the bottom left corner character |
a3 |
| BottomMiddle |
char |
Returns the bottom middle character |
b3 |
| BottomRight |
char |
Returns the bottom right corner character |
c3 |