AppWindowTitleBar.ExtendsContentIntoTitleBar 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指定此标题栏是否应替换默认窗口标题栏。
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。