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