Shell.SetPresentationMode(BindableObject, PresentationMode) 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 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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.