Share via


NavigationPage.GetNavigationTransitionPopStyle Method

Definition

Overloads

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.

GetNavigationTransitionPopStyle(BindableObject)

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

public static Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle GetNavigationTransitionPopStyle (Xamarin.Forms.BindableObject element);
static member GetNavigationTransitionPopStyle : 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 popped from the navigation stack.

Applies to

GetNavigationTransitionPopStyle(IPlatformElementConfiguration<macOS,NavigationPage>)

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

public static Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle GetNavigationTransitionPopStyle (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.macOS,Xamarin.Forms.NavigationPage> config);
static member GetNavigationTransitionPopStyle : 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 popped from the navigation stack.

Applies to