NavigationPage.SetNavigationTransitionPopStyle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
The new transition style.