Page.PrefersHomeIndicatorAutoHidden Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Wert vom Typ Boolean ab, der angibt, ob der visuelle Indikator für die Rückkehr zum Startbildschirm ausgeblendet werden darf.
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
Parameter
- config
- IPlatformElementConfiguration<iOS,Page>
Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.
Gibt zurück
true
wenn der Startindikator ausgeblendet wird; andernfalls . false