RowDefinition Properties |
The RowDefinition type exposes the following members.
Name | Description | |
---|---|---|
Dispatcher |
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.) | |
Height |
Gets the calculated height of a RowDefinition element, or sets the GridLength value of a row that is defined by the RowDefinition.
Returns the GridLength that represents the height of the row. The default value is 1.0
| |
MaxHeight |
Gets or sets a value that represents the maximum height of a RowDefinition. Returns a Double that represents the maximum height in pixels. The default is PositiveInfinity.
| |
MinHeight |
Gets or sets a value that represents the minimum height of a RowDefinition. Returns a Double that represents the minimum height in pixels. The default is 0.
|