TabbedPage.GetTranslucencyMode 方法    
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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
	参数
- element
 - BindableObject
 
返回
适用于
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