Shell.GetPresentationMode(BindableObject) 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.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.