Share via


Shell.GetNavBarVisibilityAnimationEnabled(BindableObject) Method

Definition

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.

Applies to