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