[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.CharBoxBorderInfo.-ctor

CharBoxBorderInfo Constructor

CharBoxBorderInfo()

Initializes a new instance of the CharBoxBorderInfo class.

Declaration
public CharBoxBorderInfo()
Public Sub New()

CharBoxBorderInfo(Line)

Initializes a new instance of the CharBoxBorderInfo class.

Declaration
public CharBoxBorderInfo(Line all)
Public Sub New(all As Line)
Parameters
Type Name Description
Line all

A Line indicates all border lines.

CharBoxBorderInfo(Color, LineStyle)

Initializes a new instance of the CharBoxBorderInfo class.

Declaration
public CharBoxBorderInfo(Color lineColor, LineStyle lineStyle)
Public Sub New(lineColor As Color, lineStyle As LineStyle)
Parameters
Type Name Description
Color lineColor

The Color value indicates the color of the line.

LineStyle lineStyle

The LineStyle value indicates the line style.

CharBoxBorderInfo(Line, Line, Line, Line)

Initializes a new instance of the CharBoxBorderInfo class.

Declaration
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)
Parameters
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.

CharBoxBorderInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Declaration
protected CharBoxBorderInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The information.

StreamingContext context

The context.