Xamarin.Forms.Core 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Page Xamarin.Forms.INavigationPageController Xamarin.Forms.IPageContainer<Xamarin.Forms.Page> Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._NavigationPageRenderer)) A that manages the navigation and user-experience of a stack of other pages. Note that on the Android platform, operations do not generate activity lifecycle notifications. For each that you push or pop, the Android implementation of simply adds or removes the content of the page to or from a single activity. Also note that the Windows Phone platform provides navigation natively. Therefore, you do not need to use a object to get navigation on that platform. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Initializes a new object. To be added. Constructor 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 To be added. Creates a new element with as its root element. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the property associated with the title of the back button. To be added. Property 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Color Gets or sets the background color for the bar at the top of the NavigationPage. Field 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the property associated with the color of the NavigationPage's bar background color. To be added. Property 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Color Gets or sets the text that appears on the bar at the top of the NavigationPage. Field 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the property associated with the color of the NavigationPage's bar text color. To be added. Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.Page The that is currently top-most on the navigation stack. To be added. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Identifies the property. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.String The whose back-button's title is being requested. The title of the back button for the specified . The title of the back button that would be shown if the specified were the . To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean To be added. Returns a value that indicates whether has a back button. To be added. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean The being queried. Returns a value that indicates whether the has a navigation bar. if would display a navigation bar were it the . To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.FileImageSource The whose title icon is being set. Retrieves the path to the file providing the title icon for the . The path to the file providing the title icon for the . To be added. Field 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the HasBackButton property. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Backing store for the HasNavigationBar property. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Boolean Event that is raised when the hardware back button is pressed. This event is not raised on iOS. To be added. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Threading.Tasks.Task<Xamarin.Forms.Page> Asynchronously removes the top from the navigation stack. The that had been at the top of the navigation stack. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Diagnostics.DebuggerStepThrough System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.NavigationPage/<PopAsync>d__36)) System.Threading.Tasks.Task<Xamarin.Forms.Page> To be added. Asynchronously removes the top from the navigation stack, with optional animation. To be added. To be added. Event 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler<Xamarin.Forms.NavigationEventArgs> Event that is raised after a page is popped from this element. To be added. Event 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler<Xamarin.Forms.NavigationEventArgs> Event that is raised when the last nonroot element is popped from this element. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Threading.Tasks.Task Pops all but the root off the navigation stack. A task that represents the asynchronous dismiss operation. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Diagnostics.DebuggerStepThrough System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.NavigationPage/<PopToRootAsync>d__44)) System.Threading.Tasks.Task To be added. A task for asynchronously popping all pages off of the navigation stack. To be added. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Threading.Tasks.Task The to present modally. Presents a modally. An awaitable Task, indicating the PushModal completion. To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Diagnostics.DebuggerStepThrough System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.NavigationPage/<PushAsync>d__46)) System.Threading.Tasks.Task To be added. To be added. A task for asynchronously pushing a page onto the navigation stack, with optional animation. To be added. To be added. Event 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.EventHandler<Xamarin.Forms.NavigationEventArgs> Event that is raised when a page is pushed onto this element. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. To be added. Sets the title that appears on the back button for . To be added. Method 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. To be added. Adds or removes a back button to , with optional animation. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void To be added. To be added. Sets a value that indicates whether or not this element has a navigation bar. To be added. Method 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Void The whose title icon is being set. The FileImageSource of the icon. Sets the title icon of the to the icon file at . Property 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Use BarBackgroundColor and BarTextColor to change NavigationPage bar color properties") Xamarin.Forms.Color The color to be used as the Tint of the . To be added. Tint is especially important in iOS 7 and later, where the Tint is primary way to specify which controls on screen are active or have an action associated with them. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 System.Obsolete("Use BarBackgroundColorProperty and BarTextColorProperty to change NavigationPage bar color properties") Xamarin.Forms.BindableProperty Identifies the bindable property. To be added. Field 1.0.0.0 1.1.0.0 1.2.0.0 1.3.0.0 1.4.0.0 1.5.0.0 2.0.0.0 Xamarin.Forms.BindableProperty Indicates the / property. To be added. Method 2.0.0.0 System.Diagnostics.DebuggerStepThrough System.Runtime.CompilerServices.AsyncStateMachine(typeof(Xamarin.Forms.NavigationPage/<Xamarin-Forms-INavigationPageController-PopAsyncInner>d__61)) System.Threading.Tasks.Task<Xamarin.Forms.Page> To be added. To be added. To be added. To be added. To be added. Property 2.0.0.0 System.Collections.Generic.Stack<Xamarin.Forms.Page> To be added. To be added. To be added. Property 2.0.0.0 System.Int32 To be added. To be added. To be added.