Share via


Shell.SetNavBarVisibilityAnimationEnabled(BindableObject, Boolean) Method

Definition

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.

Applies to