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)
public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.TranslucencyMode GetTranslucencyMode (Xamarin.Forms.BindableObject element);
static member GetTranslucencyMode : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.TranslucencyMode
Parameters
- element
- BindableObject
Returns
Applies to
GetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>)
public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.TranslucencyMode GetTranslucencyMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.TabbedPage> config);
static member GetTranslucencyMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.TabbedPage> -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.TranslucencyMode