Ejemplo n.º 1
0
 public BoxLayout(Orientation _orientation)
 {
     Orientation = _orientation;
     Model       = new BoxLayoutModel(this);
     Init();
     ShowGridLines = true;
 }
Ejemplo n.º 2
0
 public BoxLayout(Orientation _orientation)
 {
     Orientation = _orientation;
     Model       = new BoxLayoutModel(this);
     Init();
 }
Ejemplo n.º 3
0
 public CellInfo(BoxLayoutModel model, FrameworkElement e)
 {
     Element = e;
     Model   = model;
 }