共用方式為


Layout.IgnoreSafeArea 屬性

定義

指定檢視的內容應該如何定位在障礙物上。 如果此值為 false,則內容只會放置在畫面的未受干擾部分。 如果此值為 true,則內容可能位於畫面上的任何位置。 這包括工具列後面的畫面部分、螢幕剪裁等。

public:
 property bool IgnoreSafeArea { bool get(); void set(bool value); };
public bool IgnoreSafeArea { get; set; }
member this.IgnoreSafeArea : bool with get, set
Public Property IgnoreSafeArea As Boolean

屬性值

適用於