RowStyle
Wisej.Web.RowStyle
Last updated
Wisej.Web.RowStyle
Last updated
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.2.0.0)
Represents the look and feel of a row in a table layout.
Initializes an instance of the RowStyle class to its default state.
Initializes an instance of the RowStyle class.
style
Underlying style instance.
Initializes an instance of the RowStyle class using the supplied SizeType value.
sizeType
Initializes an instance of the RowStyle class using the supplied SizeType and height values.
sizeType
height
Throws:
ArgumentOutOfRangeException height is less than 0.
Single: Returns or sets the height of a row.
Throws:
ArgumentOutOfRangeException The value is less than 0 when setting this property.
A indicating how the row should be should be sized relative to its containing table.
A indicating how the row should be should be sized relative to its containing table.
The preferred height in pixels or percentage of the , depending on sizeType .