Inheritance: LayoutItem.Config
Exemplo n.º 1
0
 /// <summary>
 ///
 /// </summary>
 public Builder(Cell.Config config) : base(new Cell(config))
 {
 }
Exemplo n.º 2
0
 /// <summary>
 ///
 /// </summary>
 public Cell.Builder Cell(Cell.Config config)
 {
     return(new Cell.Builder(new Cell(config)));
 }