AppWindowTitleBar.ExtendsContentIntoTitleBar 属性

定义

获取或设置一个值,该值指定应用内容是否扩展到标题栏区域。

public:
 property bool ExtendsContentIntoTitleBar { bool get(); void set(bool value); };
bool ExtendsContentIntoTitleBar();

void ExtendsContentIntoTitleBar(bool value);
public bool ExtendsContentIntoTitleBar { get; set; }
var boolean = appWindowTitleBar.extendsContentIntoTitleBar;
appWindowTitleBar.extendsContentIntoTitleBar = boolean;
Public Property ExtendsContentIntoTitleBar As Boolean

属性值

Boolean

bool

true 将应用内容扩展到标题栏区域;否则为 false。 默认值为 false

注解

当此属性设置为 true 时,此窗口的标题栏将减少到仅描述文字控件,并呈现在工作区顶部。

适用于

另请参阅