Shell.GetNavBarVisibilityAnimationEnabled(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 a value indicating whether the navigation bar visibility change is animated for the given obj.
public:
static bool GetNavBarVisibilityAnimationEnabled(Microsoft::Maui::Controls::BindableObject ^ obj);
public static bool GetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj);
static member GetNavBarVisibilityAnimationEnabled : Microsoft.Maui.Controls.BindableObject -> bool
Public Shared Function GetNavBarVisibilityAnimationEnabled (obj As BindableObject) As Boolean
Parameters
- obj
- BindableObject
The object that retrieves the animation setting.
Returns
true if the animation is enabled; otherwise, false.