/// <summary> /// /// </summary> public Builder(VBoxLayout.Config config) : base(new VBoxLayout(config)) { }
/// <summary> /// /// </summary> public VBoxLayout.Builder VBoxLayout(VBoxLayout.Config config) { return(new VBoxLayout.Builder(new VBoxLayout(config))); }