Freigeben über


Page.SetUseSafeArea Methode

Definition

Überlädt

SetUseSafeArea(BindableObject, Boolean)

Legt einen Wert fest, der steuert, ob die Werte für den Innenabstand durch die Abstände des sicheren Bereichs überschrieben werden.

SetUseSafeArea(IPlatformElementConfiguration<iOS,Page>, Boolean)

Legt einen Wert fest, der steuert, ob die Werte für den Innenabstand durch die Abstände des sicheren Bereichs überschrieben werden.

SetUseSafeArea(BindableObject, Boolean)

Quelle:
Page.cs
Quelle:
Page.cs

Legt einen Wert fest, der steuert, ob die Werte für den Innenabstand durch die Abstände des sicheren Bereichs überschrieben werden.

public:
 static void SetUseSafeArea(Microsoft::Maui::Controls::BindableObject ^ element, bool value);
public static void SetUseSafeArea (Microsoft.Maui.Controls.BindableObject element, bool value);
static member SetUseSafeArea : Microsoft.Maui.Controls.BindableObject * bool -> unit
Public Sub SetUseSafeArea (element As BindableObject, value As Boolean)

Parameter

element
BindableObject

Das Element, dessen Verwendungsverhalten für den sicheren Bereich festgelegt werden soll.

value
Boolean

truezur Verwendung des Verhaltens der Sicheren Bereichseinbruch; andernfalls . false

Gilt für:

SetUseSafeArea(IPlatformElementConfiguration<iOS,Page>, Boolean)

Quelle:
Page.cs
Quelle:
Page.cs

Legt einen Wert fest, der steuert, ob die Werte für den Innenabstand durch die Abstände des sicheren Bereichs überschrieben werden.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::Maui::Controls::IPlatformElementConfiguration<Microsoft::Maui::Controls::PlatformConfiguration::iOS ^, Microsoft::Maui::Controls::Page ^> ^ SetUseSafeArea(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> SetUseSafeArea (this Microsoft.Maui.Controls.IPlatformElementConfiguration<Microsoft.Maui.Controls.PlatformConfiguration.iOS,Microsoft.Maui.Controls.Page> config, bool value);
static member SetUseSafeArea : 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 SetUseSafeArea (config As IPlatformElementConfiguration(Of iOS, Page), value As Boolean) As IPlatformElementConfiguration(Of iOS, Page)

Parameter

config
IPlatformElementConfiguration<iOS,Page>

Das Element, dessen Verhalten des sicheren Bereichs abgerufen werden soll.

value
Boolean

truezur Verwendung des Verhaltens der Sicheren Bereichseinbruch; andernfalls . false

Gibt zurück

Das aktualisierte Konfigurationsobjekt, für das Entwickler aufeinander folgende Methodenaufrufe vornehmen können.

Gilt für: