NavigationPage.SetStatusBarTextColorMode メソッド

定義

オーバーロード

SetStatusBarTextColorMode(BindableObject, StatusBarTextColorMode)

プラットフォーム固有のナビゲーション ページで、ステータス バーのテキストの色をナビゲーション バーの明るさと一致するように調整するかどうかを制御する値を設定します。

SetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>, StatusBarTextColorMode)

プラットフォーム固有のナビゲーション ページで、ステータス バーのテキストの色をナビゲーション バーの明るさと一致するように調整するかどうかを制御する値を設定します。

SetStatusBarTextColorMode(BindableObject, StatusBarTextColorMode)

プラットフォーム固有のナビゲーション ページで、ステータス バーのテキストの色をナビゲーション バーの明るさと一致するように調整するかどうかを制御する値を設定します。

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

パラメーター

element
BindableObject

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

value
StatusBarTextColorMode

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

適用対象

SetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>, StatusBarTextColorMode)

プラットフォーム固有のナビゲーション ページで、ステータス バーのテキストの色をナビゲーション バーの明るさと一致するように調整するかどうかを制御する値を設定します。

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

パラメーター

config
IPlatformElementConfiguration<iOS,NavigationPage>

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

value
StatusBarTextColorMode

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

戻り値

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

適用対象