次の方法で共有


NavigationPage.SetIsNavigationBarTranslucent メソッド

定義

オーバーロード

SetIsNavigationBarTranslucent(BindableObject, Boolean)

プラットフォーム固有のナビゲーション ページが半透明かどうかを制御するブール値を設定します。

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

プラットフォーム固有のナビゲーション ページが半透明かどうかを制御するブール値を設定します。

SetIsNavigationBarTranslucent(BindableObject, Boolean)

プラットフォーム固有のナビゲーション ページが半透明かどうかを制御するブール値を設定します。

public static void SetIsNavigationBarTranslucent(Xamarin.Forms.BindableObject element, bool value);
static member SetIsNavigationBarTranslucent : Xamarin.Forms.BindableObject * bool -> unit

パラメーター

element
BindableObject

操作を実行するプラットフォーム固有の要素。

value
System.Boolean

代入する新しいプロパティ値。

適用対象

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

プラットフォーム固有のナビゲーション ページが半透明かどうかを制御するブール値を設定します。

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> SetIsNavigationBarTranslucent(this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.NavigationPage> config, bool value);
static member SetIsNavigationBarTranslucent : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.NavigationPage>

パラメーター

config
IPlatformElementConfiguration<iOS,NavigationPage>

操作を実行する要素を含むプラットフォーム固有の構成。

value
System.Boolean

代入する新しいプロパティ値。

戻り値

開発者が連続するメソッドの呼び出しを作成できる、更新された構成オブジェクト。

適用対象