Page.GetUseSafeArea(BindableObject) 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.
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