TabbedPage.GetTranslucencyMode Method

Definition

Overloads

Name Description
GetTranslucencyMode(BindableObject)

Gets the tab bar translucency mode on iOS.

GetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>)

Gets the tab bar translucency mode on iOS.

GetTranslucencyMode(BindableObject)

Source:
TabbedPage.cs
Source:
TabbedPage.cs
Source:
TabbedPage.cs
Source:
TabbedPage.cs

Gets the tab bar translucency mode on iOS.

public:
 static Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::TranslucencyMode GetTranslucencyMode(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode GetTranslucencyMode(Microsoft.Maui.Controls.BindableObject element);
static member GetTranslucencyMode : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode
Public Function GetTranslucencyMode (element As BindableObject) As TranslucencyMode

Parameters

element
BindableObject

The element to get the value from.

Returns

The translucency mode.

Applies to

GetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>)

Source:
TabbedPage.cs
Source:
TabbedPage.cs
Source:
TabbedPage.cs
Source:
TabbedPage.cs

Gets the tab bar translucency mode on iOS.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::TranslucencyMode GetTranslucencyMode(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::TabbedPage ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode GetTranslucencyMode(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.TabbedPage> config);
static member GetTranslucencyMode : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.TabbedPage> -> Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode
<Extension()>
Public Function GetTranslucencyMode (config As IPlatformElementConfiguration(Of iOS, TabbedPage)) As TranslucencyMode

Parameters

config
IPlatformElementConfiguration<iOS,TabbedPage>

The platform configuration.

Returns

The translucency mode.

Applies to