Page.SetPrefersHomeIndicatorAutoHidden 方法

定义

重载

SetPrefersHomeIndicatorAutoHidden(BindableObject, Boolean)

public static void SetPrefersHomeIndicatorAutoHidden(Xamarin.Forms.BindableObject element, bool value);
static member SetPrefersHomeIndicatorAutoHidden : Xamarin.Forms.BindableObject * bool -> unit

参数

element
BindableObject
value
System.Boolean

适用于

SetPrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>, Boolean)

public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> SetPrefersHomeIndicatorAutoHidden(this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config, bool value);
static member SetPrefersHomeIndicatorAutoHidden : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> * bool -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page>

参数

value
System.Boolean

返回

适用于