11 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)
Microsoft.Maui.Controls.Compatibility (3)
iOS\Renderers\TabbedRenderer.cs (3)
14
using TranslucencyMode = Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.
TranslucencyMode
;
429
case
TranslucencyMode
.Translucent:
432
case
TranslucencyMode
.Opaque: