TabbedPage.SetTranslucencyMode Method

Definition

Overloads

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

SetTranslucencyMode(BindableObject, TranslucencyMode)

public static void SetTranslucencyMode (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.iOSSpecific.TranslucencyMode value);
static member SetTranslucencyMode : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.iOSSpecific.TranslucencyMode -> unit

Parameters

element
BindableObject

Applies to

SetTranslucencyMode(IPlatformElementConfiguration<iOS,TabbedPage>, TranslucencyMode)

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.TabbedPage> SetTranslucencyMode (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.TabbedPage> config, Xamarin.Forms.PlatformConfiguration.iOSSpecific.TranslucencyMode value);
static member SetTranslucencyMode : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.TabbedPage> * Xamarin.Forms.PlatformConfiguration.iOSSpecific.TranslucencyMode -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.TabbedPage>

Parameters

Returns

Applies to