次の方法で共有


Page.UsingSafeArea(IPlatformElementConfiguration<iOS,Page>) メソッド

定義

埋め込みが安全領域でオーバーライドされるかどうかを表す値を取得します。

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

パラメーター

config
IPlatformElementConfiguration<iOS,Page>

安全領域ビヘイビアーを取得する要素。

戻り値

true パディングが安全領域でオーバーライドされた場合は〘。それ以外の場合は false

適用対象