Ejemplo n.º 1
0
 public static IPlatformElementConfiguration <iOS, FormsElement> SetTranslucencyMode(
     this IPlatformElementConfiguration <iOS, FormsElement> config, TranslucencyMode value)
 {
     SetTranslucencyMode(config.Element, value);
     return(config);
 }
Ejemplo n.º 2
0
 public static void SetTranslucencyMode(BindableObject element, TranslucencyMode value)
 => element.SetValue(TranslucencyModeProperty, value);