Page.PrefersHomeIndicatorAutoHidden メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ホーム画面に戻るためのビジュアル インジケーターを非表示にできるかどうかを示すブール値を取得します。
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
。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI