[]
Initializes a new instance of the CharBoxBorderInfo class.
public CharBoxBorderInfo()
Public Sub New()
Initializes a new instance of the CharBoxBorderInfo class.
public CharBoxBorderInfo(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 CharBoxBorderInfo class.
public CharBoxBorderInfo(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 CharBoxBorderInfo class.
public CharBoxBorderInfo(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. |
Initializes a new instance of this class.
protected CharBoxBorderInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The information. |
StreamingContext | context | The context. |