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