Share via


NavigationPage クラス

定義

Xamarin.Forms によって iOS プラットフォームに作成されたナビゲーション ページ インスタンス。

public static class NavigationPage
type NavigationPage = class
継承
System.Object
NavigationPage

フィールド

HideNavigationBarSeparatorProperty

ナビゲーション バーの区切り記号を非表示にするかどうかを制御する添付プロパティのバッキング ストア。

IsNavigationBarTranslucentProperty

IsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>) メソッドのバッキングストア。

PrefersLargeTitlesProperty

大タイトルに対するナビゲーション ページのユーザー設定を制御する添付プロパティのバッキング ストア。

StatusBarTextColorModeProperty

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

メソッド

DisableTranslucentNavigationBar(IPlatformElementConfiguration<iOS,NavigationPage>)

プラットフォーム固有の要素でナビゲーション バーが不透明になります。

EnableTranslucentNavigationBar(IPlatformElementConfiguration<iOS,NavigationPage>)

プラットフォーム固有の要素でナビゲーション バーが半透明になります。

GetHideNavigationBarSeparator(BindableObject)

区切り記号を表示しない場合は true を返します。 それ以外の場合、false を返します。

GetIsNavigationBarTranslucent(BindableObject)

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

GetPrefersLargeTitles(BindableObject)

element の大タイトルのユーザー設定を返します。

GetStatusBarTextColorMode(BindableObject)

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

GetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>)

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

HideNavigationBarSeparator(IPlatformElementConfiguration<iOS,NavigationPage>)

区切り記号を表示しない場合は true を返します。 それ以外の場合、false を返します。

IsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>)

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

PrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>)

要素の大タイトルのユーザー設定を示す値を返します。

SetHideNavigationBarSeparator(BindableObject, Boolean)

区切り記号を非表示にする場合は、開発者がこれを true に設定します。 それ以外の場合は false

SetHideNavigationBarSeparator(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

区切り記号を非表示にする場合は、開発者がこれを true に設定します。 それ以外の場合は false

SetIsNavigationBarTranslucent(BindableObject, Boolean)

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

SetIsNavigationBarTranslucent(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

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

SetPrefersLargeTitles(BindableObject, Boolean)

element の大タイトルの設定の動作を value に設定します。

SetPrefersLargeTitles(IPlatformElementConfiguration<iOS,NavigationPage>, Boolean)

config の大タイトルの設定の動作を value に設定します。

SetStatusBarTextColorMode(BindableObject, StatusBarTextColorMode)

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

SetStatusBarTextColorMode(IPlatformElementConfiguration<iOS,NavigationPage>, StatusBarTextColorMode)

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

適用対象