Shell.SetNavBarVisibilityAnimationEnabled(BindableObject, Boolean) 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 whether the navigation bar visibility change should be animated for the given obj
.
By default, the value of the property is true
.
public:
static void SetNavBarVisibilityAnimationEnabled(Microsoft::Maui::Controls::BindableObject ^ obj, bool value);
public static void SetNavBarVisibilityAnimationEnabled(Microsoft.Maui.Controls.BindableObject obj, bool value);
static member SetNavBarVisibilityAnimationEnabled : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Shared Sub SetNavBarVisibilityAnimationEnabled (obj As BindableObject, value As Boolean)
Parameters
- obj
- BindableObject
The object that modifies the animation setting.
- value
- Boolean
true
to enable animation; otherwise, false
.