public RowDefinition () { Height = new GridLength (1, GridUnitType.Star); }
public ColumnDefinition () { Width = new GridLength (1, GridUnitType.Star); }