Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Windows 8 开发的新手,我被困在这个问题上。基本上,我有主页,我想在每次启动应用程序时更改其背景图像。请帮忙 !!!!
Uri在你的中创建一个ViewModel,并让你Background的ImageBrush绑定到这个Uri。然后,在应用程序启动时,让您的应用程序Uri使用您想要的任何逻辑将其更改为您想要的任何新图像。
Uri
ViewModel
Background
ImageBrush
此外,当ImageSource您在评论中提到使用时,您应该使用SetSource.
ImageSource
SetSource