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