个人资料

跳过导航链接首页 > 博客列表 > 博客正文

UWP设置标题栏标题文字

:

关于如何隐藏标题栏写在之前的文章中,这里介绍不自定义标题栏的前提下,设置标题文字的方法:

代码如下:

//显示标题栏
var coreTitleBar = CoreApplication.GetCurrentView().TitleBar;
coreTitleBar.ExtendViewIntoTitleBar = false;
ApplicationView.GetForCurrentView().Title="!!!!!";

songshizhao
最初发表2018/3/8 20:32:08 最近更新2018/3/8 20:32:08 4409
为此篇作品打分
10