예제 #1
0
 public Grid()
 {
     Columns = new ColumnCollection(this);
     Rows    = new RowCollection(this);
     Stroke  = LineThickness.Double;
 }
예제 #2
0
 public Grid()
 {
     Columns = new ElementCollection <Column>(this);
     Rows    = new ElementCollection <Row>(this);
     Stroke  = LineThickness.Wide;
 }