Page.UsingSafeArea(IPlatformElementConfiguration<iOS,Page>) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.