Share via


NavigationPage.GetNavigationTransitionPushStyle Method

Definition

Overloads

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.

GetNavigationTransitionPushStyle(BindableObject)

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

public static Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle GetNavigationTransitionPushStyle (Xamarin.Forms.BindableObject element);
static member GetNavigationTransitionPushStyle : Xamarin.Forms.BindableObject -> Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

Returns

The NavigationTransitionStyle value that tells the current transition when a page is pushed on the navigation stack.

Applies to

GetNavigationTransitionPushStyle(IPlatformElementConfiguration<macOS,NavigationPage>)

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

public static Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle GetNavigationTransitionPushStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.NavigationPage> config);
static member GetNavigationTransitionPushStyle : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS, Xamarin.Forms.NavigationPage> -> Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle

Parameters

config
IPlatformElementConfiguration<macOS,NavigationPage>

The platform specific configuration that contains the element on which to perform the operation.

Returns

The NavigationTransitionStyle value that tells the current transition when a page is pushed on the navigation stack.

Applies to