示例#1
0
 public FormItemLabelBuilder Location(FormLabelLocation value)
 {
     base.Options["location"] = value;
     return(this);
 }
示例#2
0
 public FormBuilder <T> LabelLocation(FormLabelLocation value)
 {
     base.Options["labelLocation"] = value;
     return(this);
 }