Page.ISafeAreaView.IgnoreSafeArea 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定檢視內容相對於阻礙的位置。 如果此值為 false
,則內容只會放在螢幕的未受限制部分。 如果此值為 true
,則內容可能位於畫面上的任何位置。 這包括畫面後置工具列、螢幕剪下等部分。
property bool Microsoft::Maui::ISafeAreaView::IgnoreSafeArea { bool get(); };
bool Microsoft.Maui.ISafeAreaView.IgnoreSafeArea { get; }
member this.Microsoft.Maui.ISafeAreaView.IgnoreSafeArea : bool
ReadOnly Property IgnoreSafeArea As Boolean Implements ISafeAreaView.IgnoreSafeArea