Click or drag to resize
RowDefinition Properties

The RowDefinition type exposes the following members.

Properties
  NameDescription
Public propertyDispatcher
Gets the CoreDispatcher that this object is associated with.
(Inherited from DependencyObject.)
Public propertyHeight
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
Public propertyMaxHeight
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.
Public propertyMinHeight
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.
Top
See Also