The RowColumnDefinition class describes constraints on a row or a column in a Panel of type Panel#Table. It also provides information about the actual layout after the Table Panel has been arranged.
You do not need to use this constructor, because calls to Panel#getRowDefinition or Panel#getColumnDefinition will automatically create and remember a RowColumnDefinition for you.
The default #sizing, which resolves to RowColumnDefinition#None or else the Table Panel's rowSizing and columnSizing if present.
The default #sizing if none is specified on the Table Panel's rowSizing and columnSizing.
If a Table Panel is larger than all the rows then this #sizing grants this row and any others with the same value the extra space, apportioned proportionally between them
Gets the usable row height or column width, after arrangement, that objects in this row or column can be placed within.
Gets or sets a default alignment for elements that are in this row or column.
Gets or sets the background Brush (or CSS color string) for a particular row or column, which fills the entire span of the column, including any separatorPadding.
Determines whether or not the background, if there is one, is in front of or behind the separators.
Gets or sets the row height.
Gets which row or column this RowColumnDefinition describes in the #panel.
Gets whether this describes a row or a column in the #panel.
Gets or sets the maximum row height or column width.
Gets or sets the minimum row height or column width.
Gets the Panel that this row or column definition is in.
Gets the actual arranged row or column starting position, after arrangement.
Gets or sets the dash array for dashing the spacing provided this row or column has a nonzero RowColumnDefinition#separatorStrokeWidth and non-null RowColumnDefinition#separatorStroke.
Gets or sets the additional padding for a particular row or column, a Margin (or number for a uniform Margin).
Gets or sets the Brush (or CSS color string) for a particular row or column, provided that row or column has a nonzero RowColumnDefinition#separatorStrokeWidth.
Gets or sets the stroke width for a particular row or column's separator,
Gets or sets how this row or column deals with a Table Panel's extra space.
Gets or sets the default stretch for elements that are in this row or column.
Gets the total arranged row height or column width, after arrangement.
Gets or sets the column width.
Add a data-binding of a property on this object to a property on a data object.
any