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

适用于