[]
        
(Showing Draft Content)

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

SeparatorBoxInfo Constructor

SeparatorBoxInfo()

Initializes a new instance of the SeparatorBoxInfo.

Declaration
public SeparatorBoxInfo()
Public Sub New()

SeparatorBoxInfo(SeparatorShape)

Initializes a new instance of the SeparatorBoxInfo.

Declaration
public SeparatorBoxInfo(SeparatorShape separatorShape)
Public Sub New(separatorShape As SeparatorShape)
Parameters
Type Name Description
SeparatorShape separatorShape

A SeparatorShape indicates the shape of the separator..

SeparatorBoxInfo(SeparatorShape, Size)

Initializes a new instance of the SeparatorBoxInfo.

Declaration
public SeparatorBoxInfo(SeparatorShape separatorShape, Size separatorSize)
Public Sub New(separatorShape As SeparatorShape, separatorSize As Size)
Parameters
Type Name Description
SeparatorShape separatorShape

A SeparatorShape indicates the shape of the separator..

Size separatorSize

A Size indicates the size of the separator.

SeparatorBoxInfo(bool, Size, Color, Color, CharBoxStyle, Padding, Padding, CharBoxBorderInfo, Font, ContentAlignment, SeparatorShape, Size)

Initializes a new instance of the SeparatorBoxInfo.

Declaration
public SeparatorBoxInfo(bool autoSize, Size size, Color backColor, Color foreColor, CharBoxStyle style, Padding margin, Padding padding, CharBoxBorderInfo border, Font font, ContentAlignment contentAlignment, SeparatorShape separatorShape, Size separatorSize)
Public Sub New(autoSize As Boolean, size As Size, backColor As Color, foreColor As Color, style As CharBoxStyle, margin As Padding, padding As Padding, border As CharBoxBorderInfo, font As Font, contentAlignment As ContentAlignment, separatorShape As SeparatorShape, separatorSize As Size)
Parameters
Type Name Description
bool autoSize

A bool value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed.

Size size

A Size indicates the size of the inputable box.

Color backColor

A Color indicates the background color.

Color foreColor

A Color indicates the foreground color.

CharBoxStyle style

A CharBoxStyle indicates the inputable box style.

Padding margin

A Padding indicates the margins.

Padding padding

A Padding indicates the paddings.

CharBoxBorderInfo border

A CharBoxBorderInfo indicates the border of the inputable box.

Font font

A GrapeCity.Win.Spread.InputMan.CellType.SeparatorBoxInfo.Font indicates the text font of the inputable box.

ContentAlignment contentAlignment

A ContentAlignment value indicates the content alignment of the inputable box.

SeparatorShape separatorShape

A SeparatorShape indicating the shape of the separator box.

Size separatorSize

A Size indicates the size of the separator box.

SeparatorBoxInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Declaration
protected SeparatorBoxInfo(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.