Shell.SetPresentationMode(BindableObject, PresentationMode) Method

Definition

Sets the navigation animation that plays when a Page is navigated to with the GoToAsync(ShellNavigationState, Boolean) method.

public:
 static void SetPresentationMode(Microsoft::Maui::Controls::BindableObject ^ obj, Microsoft::Maui::Controls::PresentationMode presentationMode);
public static void SetPresentationMode (Microsoft.Maui.Controls.BindableObject obj, Microsoft.Maui.Controls.PresentationMode presentationMode);
static member SetPresentationMode : Microsoft.Maui.Controls.BindableObject * Microsoft.Maui.Controls.PresentationMode -> unit
Public Shared Sub SetPresentationMode (obj As BindableObject, presentationMode As PresentationMode)

Parameters

obj
BindableObject

The object that modifies the tabs visibility.

presentationMode
PresentationMode

Defines the navigation animation that occurs when a page is navigated.

Applies to