NavigationPage.GetIsNavigationBarTranslucent(BindableObject) 方法

定义

返回布尔值,该值指示特定于平台的导航页面上的导航栏是否为半透明。

public static bool GetIsNavigationBarTranslucent (Xamarin.Forms.BindableObject element);
static member GetIsNavigationBarTranslucent : Xamarin.Forms.BindableObject -> bool

参数

element
BindableObject

要对其执行操作的特定于平台的元素。

返回

System.Boolean

指示特定于平台的导航页面上的导航栏是否为半透明的布尔值。

适用于