The members of Xamarin.Forms.NavigationPage are listed below.
See Also: Inherited members from Xamarin.Forms.Page
| Initializes a new Xamarin.Forms.NavigationPage object. | ||
| Creates a new Xamarin.Forms.NavigationPage element with root as its root element. |
static readonly | BackButtonTitleProperty | BindableProperty. Identifies the property associated with the title of the back button. |
static readonly | BarBackgroundColorProperty | BindableProperty. Identifies the property associated with the color of the NavigationPage's bar background color. |
static readonly | BarTextColorProperty | BindableProperty. Identifies the property associated with the color of the NavigationPage's bar text color. |
static readonly | CurrentPageProperty | BindableProperty. Identifies the NavigationPage.CurrentPage property. |
static readonly | HasBackButtonProperty | BindableProperty. Backing store for the HasBackButton property. |
static readonly | HasNavigationBarProperty | BindableProperty. Backing store for the HasNavigationBar property. |
static readonly | TintProperty | BindableProperty. Identifies the NavigationPage.Tint bindable property. |
static readonly | TitleIconProperty | BindableProperty. Indicates the NavigationPage.SetTitleIcon/NavigationPage.GetTitleIcon property. |
| BarBackgroundColor | Color. Gets or sets the background color for the bar at the top of the NavigationPage. | |
| BarTextColor | Color. Gets or sets the text that appears on the bar at the top of the NavigationPage. | |
| [read-only] | CurrentPage | Page. The Xamarin.Forms.Page that is currently top-most on the navigation stack. |
| Tint | Color. The color to be used as the Tint of the Xamarin.Forms.NavigationPage. |
static | GetBackButtonTitle(BindableObject)The title of the back button for the specified page. | |
static | GetHasBackButton(Page)Returns a value that indicates whether page has a back button. | |
static | GetHasNavigationBar(BindableObject)Returns a value that indicates whether the page has a navigation bar. | |
static | GetTitleIcon(BindableObject)Retrieves the path to the file providing the title icon for the bindable. | |
PopAsync()Asynchronously removes the top Xamarin.Forms.Page from the navigation stack. | ||
PopAsync(bool)Asynchronously removes the top Xamarin.Forms.Page from the navigation stack, with optional animation. | ||
PopToRootAsync()Pops all but the root Xamarin.Forms.Page off the navigation stack. | ||
PopToRootAsync(bool)A task for asynchronously popping all pages off of the navigation stack. | ||
PushAsync(Page)Presents a Xamarin.Forms.Page modally. | ||
PushAsync(Page, bool)A task for asynchronously pushing a page onto the navigation stack, with optional animation. | ||
static | SetBackButtonTitle(BindableObject, string)Sets the title that appears on the back button for page. | |
static | SetHasBackButton(Page, bool)Adds or removes a back button to page, with optional animation. | |
static | SetHasNavigationBar(BindableObject, bool)Sets a value that indicates whether or not this Xamarin.Forms.NavigationPage element has a navigation bar. | |
static | SetTitleIcon(BindableObject, FileImageSource)Sets the title icon of the bindable to the icon file at value. | |
override | OnBackButtonPressed()Event that is raised when the back button is pressed. | |
| Popped | Event that is raised after a page is popped from this Xamarin.Forms.NavigationPage element. | |
| PoppedToRoot | Event that is raised when the last nonroot element is popped from this Xamarin.Forms.NavigationPage element. | |
| Pushed | Event that is raised when a page is pushed onto this Xamarin.Forms.NavigationPage element. |