Share via


NavigationPage Class

Definition

The navigation page instance that Xamarin.Forms created on the macOS platform.

public static class NavigationPage
type NavigationPage = class
Inheritance
System.Object
NavigationPage

Fields

NavigationTransitionPopStyleProperty

Backing store for the attached property that controls the transition style of the platform-specific navigation page when a page is popped from the navigation stack.

NavigationTransitionPushStyleProperty

Backing store for the attached property that controls the transition style of the platform-specific navigation page when a page is pushed on the navigation stack.

Methods

GetNavigationTransitionPopStyle(BindableObject)

Returns the NavigationTransitionStyle value that tells what transition is used when a page is popped from the navigation stack.

GetNavigationTransitionPopStyle(IPlatformElementConfiguration<macOS,NavigationPage>)

Returns the NavigationTransitionStyle value that tells what transition is used when a page is popped from the navigation stack.

GetNavigationTransitionPushStyle(BindableObject)

Returns the NavigationTransitionStyle value that tells what transition is used when a page is push on the navigation stack.

GetNavigationTransitionPushStyle(IPlatformElementConfiguration<macOS,NavigationPage>)

Returns the NavigationTransitionStyle value that tells what transition is used when a page is pushed on the navigation stack.

SetNavigationTransitionPopStyle(BindableObject, NavigationTransitionStyle)

Sets the transition style which is used, when popping from the navigation stack.

SetNavigationTransitionPushStyle(BindableObject, NavigationTransitionStyle)

Sets the transition style which is used, when pushing pages on the navigation stack.

SetNavigationTransitionStyle(BindableObject, NavigationTransitionStyle, NavigationTransitionStyle)

Sets the transition style which is used, when popping and pushing pages on the navigation stack.

SetNavigationTransitionStyle(IPlatformElementConfiguration<macOS,NavigationPage>, NavigationTransitionStyle, NavigationTransitionStyle)

Sets the transition style which is used, when popping and pushing pages on the navigation stack.

Applies to