【发布时间】:2016-01-13 22:20:35
【问题描述】:
我需要在我的通用应用程序中修改 ApplicationViewTitleBar 的背景颜色,我在项目中的每个类的代码后面都这样做了:
ApplicationViewTitleBar titleBar = ApplicationView.GetForCurrentView().TitleBar;
titleBar.BackgroundColor = Colors.Black;
titleBar.ForegroundColor = Colors.White;
titleBar.ButtonBackgroundColor = Colors.Black;
titleBar.ButtonForegroundColor = Colors.White;
我有一个问题, - 我在 Package.appxmanifest 文件,请问这里面有没有指定的属性 显示启动画面时,我可以使用该文件来修改 TitleBar 的背景颜色
感谢帮助
【问题讨论】:
标签: c# win-universal-app windows-10-universal