Skip to main content
Version: 3.5

RowStyle

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the look and feel of a row in a table layout.

public class RowStyle : TableLayoutStyle

Constructors

Instance memberRowStyle()

Initializes an instance of the RowStyle class to its default state.

Instance memberRowStyle(style)

Initializes an instance of the RowStyle class.

NameTypeDescription
styleRowStyleUnderlying style instance.

Instance memberRowStyle(sizeType)

Initializes an instance of the RowStyle class using the supplied SizeType value.

NameTypeDescription
sizeTypeSizeTypeA SizeType indicating how the row should be should be sized relative to its containing table.

Instance memberRowStyle(sizeType, height)

Initializes an instance of the RowStyle class using the supplied SizeType and height values.

NameTypeDescription
sizeTypeSizeTypeA SizeType indicating how the row should be should be sized relative to its containing table.
heightSingleThe preferred height in pixels or percentage of the TableLayoutPanel, depending on sizeType .

Throws:

Properties

Instance memberHeight

Single: Returns or sets the height of a row.

Throws: