Compartilhar via


Page.UsingSafeArea(IPlatformElementConfiguration<iOS,Page>) Método

Definição

Obtém um valor que representa se o preenchimento foi substituído pela área segura.

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

Parâmetros

config
IPlatformElementConfiguration<iOS,Page>

O elemento cujo comportamento de área de segurança deve ser obtido.

Retornos

true se o preenchimento for substituído pela área segura; caso contrário, false.

Aplica-se a