NavigationPage.GetStatusBarTextColorMode メソッド

定義

オーバーロード

GetStatusBarTextColorMode(BindableObject)

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

GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>)

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

GetStatusBarTextColorMode(BindableObject)

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

public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode GetStatusBarTextColorMode (Xamarin.Forms.BindableObject element);
static member GetStatusBarTextColorMode : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarTextColorMode

パラメーター

element
BindableObject

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

戻り値

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

適用対象

GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>)

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

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

パラメーター

config
IPlatformElementConfiguration<iOS,NavigationPage>

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

戻り値

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

適用対象