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(Microsoft::Maui::Controls::BindableObject ^ element);
public static bool GetUseSafeArea (Microsoft.Maui.Controls.BindableObject element);
static member GetUseSafeArea : Microsoft.Maui.Controls.BindableObject -> bool
Public Function GetUseSafeArea (element As BindableObject) As Boolean

Parameters

element
BindableObject

The element whose safe area behavior to get.

Returns

Applies to