[]
Initializes a new instance of the CharBoxBorder class.
public CharBoxBorder()
Public Sub New()
Initializes a new instance of the CharBoxBorder class.
public CharBoxBorder(Line all)
Public Sub New(all As Line)
Type | Name | Description |
---|---|---|
Line | all | A Line indicates all border lines. |
Initializes a new instance of the CharBoxBorder class.
public CharBoxBorder(Color lineColor, LineStyle lineStyle)
Public Sub New(lineColor As Color, lineStyle As LineStyle)
Type | Name | Description |
---|---|---|
Color | lineColor | The Color value indicates the color of the line. |
LineStyle | lineStyle | The LineStyle value indicates the line style. |
Initializes a new instance of the CharBoxBorder class.
public CharBoxBorder(Line left, Line top, Line right, Line bottom)
Public Sub New(left As Line, top As Line, right As Line, bottom As Line)
Type | Name | Description |
---|---|---|
Line | left | A Line indicates the left border line. |
Line | top | A Line indicates the top border line. |
Line | right | A Line indicates the right border line. |
Line | bottom | A Line indicates the bottom border line. |