RowDefinition Properties
Defines a row in a table layout.Name | Description |
---|---|
Height | Gets or sets the row height, in pixels or as a percentage, according to the RowDefinition.SizeType. |
SizeType | Gets or sets the row’s size type in a table layout. |
Visible | Gets or sets whether the current row/column is visible. Inherited from DefinitionBase. |
See Also