【发布时间】:2013-05-29 22:50:04
【问题描述】:
我是 Windows 8 开发的新手,我一直在纠结这个问题。基本上,我有主页,我想在每次启动应用程序时更改其背景图像。请帮忙!!!!
【问题讨论】:
-
如果它是基于 html 的 windows 商店应用程序,您可以使用 css
background属性 -
我使用 XAML 和 C#,我是 C# 新手,我试过 this.Frame ((Frame) this.Content).Background = new ImageBrush { ImageSource = new BitmapImage(new Uri("ms -appx:///Assets/GameBG/bg1_1366x768.jpg")) };但它不起作用,我得到了 NullPointerException :(。有什么想法吗?
标签: windows-8 microsoft-metro background-image