Ejemplo n.º 1
0
 public static IPlatformElementConfiguration <Android, FormsElement> SetAutofillHint(this IPlatformElementConfiguration <Android, FormsElement> config, AutofillHintType value)
 {
     SetAutofillHint(config.Element, value);
     return(config);
 }
Ejemplo n.º 2
0
 public static void SetAutofillHint(BindableObject element, AutofillHintType value)
 {
     element.SetValue(AutofillHintProperty, value);
 }