상속: BoxLayout.Config
예제 #1
0
 /// <summary>
 ///
 /// </summary>
 public Builder(VBoxLayout.Config config) : base(new VBoxLayout(config))
 {
 }
예제 #2
0
 /// <summary>
 ///
 /// </summary>
 public VBoxLayout.Builder VBoxLayout(VBoxLayout.Config config)
 {
     return(new VBoxLayout.Builder(new VBoxLayout(config)));
 }