Share via


Page.GetPrefersHomeIndicatorAutoHidden(BindableObject) Method

Definition

Gets a value that indicates whether the visual indicator should hide upon returning to the home screen.

public:
 static bool GetPrefersHomeIndicatorAutoHidden(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetPrefersHomeIndicatorAutoHidden (Microsoft.Maui.Controls.BindableObject element);
static member GetPrefersHomeIndicatorAutoHidden : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetPrefersHomeIndicatorAutoHidden (element As BindableObject) As Boolean

Parameters

element
BindableObject

A page, the VisualElement that occupies the entire screen.

Returns

true if the home visual indicator is hidden; otherwise, false.

Applies to