Page.SetPrefersHomeIndicatorAutoHidden 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.
Überlädt
SetPrefersHomeIndicatorAutoHidden(BindableObject, Boolean) |
Legt einen Wert fest, der angibt, ob die visuelle Anzeige ausgeblendet werden soll, wenn Sie zur Startseite zurückkehren. |
SetPrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>, Boolean) |
Legt einen Wert vom Typ Boolean fest, der angibt, ob der visuelle Indikator für die Rückkehr zum Startbildschirm ausgeblendet werden darf. |
SetPrefersHomeIndicatorAutoHidden(BindableObject, Boolean)
- Quelle:
- Page.cs
- Quelle:
- Page.cs
- Quelle:
- Page.cs
Legt einen Wert fest, der angibt, ob die visuelle Anzeige ausgeblendet werden soll, wenn Sie zur Startseite zurückkehren.
public:
static void SetPrefersHomeIndicatorAutoHidden(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetPrefersHomeIndicatorAutoHidden(Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetPrefersHomeIndicatorAutoHidden : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetPrefersHomeIndicatorAutoHidden (element As BindableObject, value As Boolean)
Parameter
- element
- BindableObject
Eine Seite, das VisualElement, das den gesamten Bildschirm belegt.
- value
- Boolean
true
wenn der Startindikator ausgeblendet wird; andernfalls . false
Gilt für:
SetPrefersHomeIndicatorAutoHidden(IPlatformElementConfiguration<iOS,Page>, Boolean)
- Quelle:
- Page.cs
- Quelle:
- Page.cs
- Quelle:
- Page.cs
Legt einen Wert vom Typ Boolean fest, der angibt, ob der visuelle Indikator für die Rückkehr zum Startbildschirm ausgeblendet werden darf.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Page ^> ^ SetPrefersHomeIndicatorAutoHidden(Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Page ^> ^ config, bool value);
public static Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Page> SetPrefersHomeIndicatorAutoHidden(this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Page> config, bool value);
static member SetPrefersHomeIndicatorAutoHidden : Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Page> * bool -> Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS, Microsoft.Maui.Controls.Page>
<Extension()>
Public Function SetPrefersHomeIndicatorAutoHidden (config As IPlatformElementConfiguration(Of iOS, Page), value As Boolean) As IPlatformElementConfiguration(Of iOS, Page)
Parameter
- config
- IPlatformElementConfiguration<iOS,Page>
Die plattformspezifische Konfiguration, die das Element enthält, für das der Vorgang ausgeführt werden soll.
- value
- Boolean
true
wenn der Startindikator ausgeblendet wird; andernfalls . false
Gibt zurück
Das aktualisierte Konfigurationsobjekt, für das Entwickler aufeinander folgende Methodenaufrufe vornehmen können.