TabbedPage.SetTranslucencyMode Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SetTranslucencyMode(BindableObject, TranslucencyMode) | |
SetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>, TranslucencyMode) |
SetTranslucencyMode(BindableObject, TranslucencyMode)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
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
- value
- TranslucencyMode
Applies to
SetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>, TranslucencyMode)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
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
- value
- TranslucencyMode
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.