Share via


Page.UsingSafeArea(IPlatformElementConfiguration<iOS,Page>) Method

Definition

Returns a Boolean value that tells whether the padding is overridden with the safe area.

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

Parameters

config
IPlatformElementConfiguration<iOS,Page>

The element whose safe area behavior to get.

Returns

System.Boolean

A Boolean value that tells whether the padding is overridden with the safe area.

Applies to