System.Windows.Forms
2.0.0.0
System.Windows.Forms.TableLayoutStyle
The class represents the user interface (UI) characteristics of a row in a . The styles for all the rows in a are collected in the property.
This simple class offers the and for a row.
Represents the look and feel of a row in a table layout.
Constructor
This constructor sets the property to and the property to 0.
Initializes an instance of the class to its default state.
2.0.0.0
Constructor
This constructor sets the property to 0.
Initializes an instance of the class using the supplied value.
A indicating how the row should be should be sized relative to its containing table.
2.0.0.0
Constructor
The parameter will take on different meanings depending on the parameter. For more information, see the property.
Initializes an instance of the class using the supplied and height values.
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 .
2.0.0.0
Property
System.Single
To be added.
The property will take on different meanings depending on the property. The following table describes the possible meanings of .
-
SizeType value
Height interpretation
-
The preferred row height in pixels (fractional portion ignored).
-
Not applicable—the property is ignored.
-
The preferred row height as a percentage of the containing table.
Gets or sets the height of a row.
2.0.0.0