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