8 references to TranslucencyMode
Microsoft.Maui.Controls (8)
PlatformConfiguration\iOSSpecific\TabbedPage.cs (8)
9 /// <summary>Bindable property for <see cref="TranslucencyMode"/>.</summary> 12 typeof(TranslucencyMode), typeof(TabbedPage), TranslucencyMode.Default); 15 public static TranslucencyMode GetTranslucencyMode(BindableObject element) 16 => (TranslucencyMode)element.GetValue(TranslucencyModeProperty); 19 public static void SetTranslucencyMode(BindableObject element, TranslucencyMode value) 23 public static TranslucencyMode GetTranslucencyMode( 29 this IPlatformElementConfiguration<iOS, FormsElement> config, TranslucencyMode value)