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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.