Navigation Page
Represents a top-level page that manages navigation of app content. It provides a menu that appears when the user touches the menu icon in the app bar or when the user swipes a finger from the left edge of the screen.
Remarks
Every project contains a start page named "MainPage.xaml". This is the 1 & only NavigationPage in your project. It cannot be deleted or renamed, nor can a new NavigationPage be created.
Properties
Property | Type | Description |
---|---|---|
BackgroundImage | String | The background image for the display. |
IsAppBarVisible | Boolean | A value that indicates whether the top app bar should be visible. |
IsGroupsVisible | Boolean | A value that indicates whether Groups should be included in the menu. |
IsNavigationBarVisible | Boolean | An Android specific setting that indicates whether the bottom navigation bar should be shown. |
IsSafeAreaEnabled | Boolean | An iOS specific setting that is used to ensure that page content is positioned on an area of the screen that is safe for all devices that use iOS 11 and greater. Specifically, it will help to make sure that content isn't clipped by rounded device corners, the home indicator, or the sensor housing on an iPhone X. |
IsSettingsVisible | Boolean | A value that indicates whether the settings button should be shown. |
IsStatusBarVisible | Boolean | A value that indicates whether the status bar should be visible. |
MenuItems | Array | The collection of items displayed in the menu. |