Page.PrefersStatusBarHidden Method

Definition

Sets a value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default.

public static Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode PrefersStatusBarHidden (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config);
static member PrefersStatusBarHidden : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> -> Xamarin.Forms.PlatformConfiguration.iOSSpecific.StatusBarHiddenMode

Parameters

config
IPlatformElementConfiguration<iOS,Page>

The platform specific configuration that contains the element on which to perform the operation.

Returns

A value that controls whether it is preferred that the status bar is shown, hidden, or relies on the system default.

Applies to