Freigeben über


Page.UsingSafeArea(IPlatformElementConfiguration<iOS,Page>) Methode

Definition

Ruft einen Wert ab, der angibt, ob der Abstand mit dem sicheren Bereich überschrieben wird.

public:
[System::Runtime::CompilerServices::Extension]
 static bool UsingSafeArea(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Page ^> ^ config);
public static bool UsingSafeArea(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Page> config);
static member UsingSafeArea : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Page> -> bool
<Extension()>
Public Function UsingSafeArea (config As IPlatformElementConfiguration(Of iOS, Page)) As Boolean

Parameter

config
IPlatformElementConfiguration<iOS,Page>

Das Element, dessen Verhalten des sicheren Bereichs abgerufen werden soll.

Gibt zurück

truewenn der Abstand mit dem sicheren Bereich überschrieben wird; andernfalls . false

Gilt für: