NavigationPage.SetNavigationTransitionPopStyle Method

Definition

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

public static void SetNavigationTransitionPopStyle (Xamarin.Forms.BindableObject element, Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle value);
static member SetNavigationTransitionPopStyle : Xamarin.Forms.BindableObject * Xamarin.Forms.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle -> unit

Parameters

element
BindableObject

The platform specific element on which to perform the operation.

value
NavigationTransitionStyle

The new transition style.

Applies to