Property RowDefinitions
RowDefinitions
Gets a GridRowCollection defined on this instance of Grid.
public GridRowCollection RowDefinitions { get; }
Property Value
Remarks
This collection contains one or more RowDefinition objects. Each such RowDefinition becomes a placeholder representing a column in the final grid layout.