Share via


Page.GetUseSafeArea(BindableObject) Method

Definition

Gets a value that indicates 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 to get the safe area behavior from.

Returns

true if the padding values are overridden; otherwise, false.

Applies to