示例#1
0
 public RowDefinition( ) {
     Height = new GridLength(GridUnitType.Auto, 0);
 }
示例#2
0
 public ColumnDefinition( ) {
     Width = new GridLength(GridUnitType.Auto, 0);
 }