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)

Source:
NavigationPage.cs
Source:
NavigationPage.cs

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

public:
 static Microsoft::Maui::Controls::PlatformConfiguration::macOSSpecific::NavigationTransitionStyle GetNavigationTransitionPushStyle(Microsoft::Maui::Controls::BindableObject ^ element);
public static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle GetNavigationTransitionPushStyle (Microsoft.Maui.Controls.BindableObject element);
static member GetNavigationTransitionPushStyle : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
Public Function GetNavigationTransitionPushStyle (element As BindableObject) As 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>)

Source:
NavigationPage.cs
Source:
NavigationPage.cs

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

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::PlatformConfiguration::macOSSpecific::NavigationTransitionStyle GetNavigationTransitionPushStyle(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::macOS ^, Microsoft::Maui::Controls::NavigationPage ^> ^ config);
public static Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle GetNavigationTransitionPushStyle (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.macOS,Microsoft.Maui.Controls.NavigationPage> config);
static member GetNavigationTransitionPushStyle : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.macOS, Microsoft.Maui.Controls.NavigationPage> -> Microsoft.Maui.Controls.PlatformConfiguration.macOSSpecific.NavigationTransitionStyle
<Extension()>
Public Function GetNavigationTransitionPushStyle (config As IPlatformElementConfiguration(Of macOS, NavigationPage)) As 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