次の方法で共有


Page.PrefersHomeIndicatorAutoHidden メソッド

定義

ホーム画面に戻るためのビジュアル インジケーターを非表示にできるかどうかを示すブール値を取得します。

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

パラメーター

config
IPlatformElementConfiguration<iOS,Page>

操作を実行する要素を含むプラットフォーム固有の構成。

戻り値

true ホームインジケータを非表示にする場合;それ以外の場合は false

適用対象