Page.GetUseSafeArea(BindableObject) Method

Definition

Gets a Boolean value that tells whether padding values are overridden with values that conform to the safe area on the device.

public static bool GetUseSafeArea (Xamarin.Forms.BindableObject element);
static member GetUseSafeArea : Xamarin.Forms.BindableObject -> bool

Parameters

element
BindableObject

The element whose safe area behavior to get.

Returns

System.Boolean

Applies to