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

属性值

适用于