Inheritance: LayoutItem.Config
示例#1
0
 /// <summary>
 ///
 /// </summary>
 public Builder(Anchor.Config config) : base(new Anchor(config))
 {
 }
示例#2
0
 /// <summary>
 ///
 /// </summary>
 public Anchor.Builder Anchor(Anchor.Config config)
 {
     return(new Anchor.Builder(new Anchor(config)));
 }