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