TabbedPage.SetTranslucencyMode Method

Definition

Overloads

SetTranslucencyMode(BindableObject, TranslucencyMode)
SetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>, TranslucencyMode)

SetTranslucencyMode(BindableObject, TranslucencyMode)

public:
 static void SetTranslucencyMode(Microsoft::Maui::Controls::BindableObject ^ element, Microsoft::Maui::Controls::PlatformConfiguration::iOSSpecific::TranslucencyMode value);
public static void SetTranslucencyMode (Microsoft.Maui.Controls.BindableObject element, Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode value);
static member SetTranslucencyMode : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PlatformConfiguration.iOSSpecific.TranslucencyMode -> unit
Public Sub SetTranslucencyMode (element As BindableObject, value As TranslucencyMode)

Parameters

element
BindableObject

Applies to

SetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>, TranslucencyMode)

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

Parameters

Returns

Applies to