RowStyle

Wisej.Web.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

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

Initializes an instance of the RowStyle class.

NameTypeDescription

style

Underlying style instance.

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

NameTypeDescription

sizeType

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

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

NameTypeDescription

sizeType

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

height

The preferred height in pixels or percentage of the TableLayoutPanel, depending on sizeType .

Throws:

Properties

Single: Returns or sets the height of a row.

Throws:

Last updated