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