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