NavigationPage Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NavigationPage() |
Initializes a new NavigationPage object. |
NavigationPage(Page) |
Creates a new NavigationPage element with |
NavigationPage()
NavigationPage(Page)
Creates a new NavigationPage element with root
as its root element.
public NavigationPage (Xamarin.Forms.Page root);
new Xamarin.Forms.NavigationPage : Xamarin.Forms.Page -> Xamarin.Forms.NavigationPage
Parameters
- root
- Page