共用方式為


Page.SetUseSafeArea 方法

定義

多載

SetUseSafeArea(BindableObject, Boolean)

設定控制是否將填補值覆寫為安全區域內凹的值。

SetUseSafeArea(IPlatformElementConfiguration<iOS,Page>, Boolean)

設定控制是否將填補值覆寫為安全區域內凹的值。

SetUseSafeArea(BindableObject, Boolean)

來源:
Page.cs
來源:
Page.cs

設定控制是否將填補值覆寫為安全區域內凹的值。

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)

參數

element
BindableObject

要設定其安全區域使用行為的項目。

value
Boolean

true 表示使用安全區域內嵌行為;否則為 false

適用於

SetUseSafeArea(IPlatformElementConfiguration<iOS,Page>, Boolean)

來源:
Page.cs
來源:
Page.cs

設定控制是否將填補值覆寫為安全區域內凹的值。

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)

參數

config
IPlatformElementConfiguration<iOS,Page>

要取得其安全區域行為的項目。

value
Boolean

true 表示使用安全區域內嵌行為;否則為 false

傳回

開發人員可對其進行後續方法呼叫的已更新組態物件。

適用於