Page.SetSafeAreaInsets Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Ustawia zestawy bezpiecznych obszarów na config
value
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public static Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> SetSafeAreaInsets (this Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS,Xamarin.Forms.Page> config, Xamarin.Forms.Thickness value);
static member SetSafeAreaInsets : Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page> * Xamarin.Forms.Thickness -> Xamarin.Forms.IPlatformElementConfiguration<Xamarin.Forms.PlatformConfiguration.iOS, Xamarin.Forms.Page>
Parametry
- config
- IPlatformElementConfiguration<iOS,Page>
Element, którego bezpieczny obszar jest ustawiany.
- value
- Thickness
Nowe zestawy bezpiecznego obszaru.
Zwraca
Zaktualizowany obiekt konfiguracji, na którym deweloperzy mogą wykonywać kolejne wywołania metod.
- Atrybuty
-
System.ComponentModel.EditorBrowsableAttribute