Shell.GetPresentationMode(BindableObject) Method

Definition

Gets the navigation animation that occurs when a page is navigated to with the GoToAsync(ShellNavigationState, Boolean) method.

public:
 static Microsoft::Maui::Controls::PresentationMode GetPresentationMode(Microsoft::Maui::Controls::BindableObject ^ obj);
public static Microsoft.Maui.Controls.PresentationMode GetPresentationMode (Microsoft.Maui.Controls.BindableObject obj);
static member GetPresentationMode : Microsoft.Maui.Controls.BindableObject -> Microsoft.Maui.Controls.PresentationMode
Public Shared Function GetPresentationMode (obj As BindableObject) As PresentationMode

Parameters

obj
BindableObject

The object that modifies the tabs visibility.

Returns

The navigation animation that occurs when a page is navigated to.

Applies to