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