TabbedPage.GetTranslucencyMode 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
GetTranslucencyMode(BindableObject) | |
GetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>) |
GetTranslucencyMode(BindableObject)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
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
Returns
Applies to
GetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>)
- Source:
- TabbedPage.cs
- Source:
- TabbedPage.cs
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
Returns
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.