2 references to UseSafeAreaProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Page.cs (2)
130
return (bool)element.GetValue(
UseSafeAreaProperty
);
140
element.SetValue(
UseSafeAreaProperty
, value);