WP8 [英] WP8

查看:98
本文介绍了WP8的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何为WP8 App设置背景图像?

How to set a background image for WP8 App ?

推荐答案

选择要为其指定背景的页面。转到属性,刷子并查找图像。选择要设置为背景图像的图像。

Select the page you want to assign the background to. Go to Properties, Brush and look for Image. Select the Image you want to set as a background Image.

否则,您可以在XAML视图中执行此操作。

Else, you can do it in the XAML view itself.

<Grid.Background>
<ImageBrush ImageSource="Assets/Images/Flowers.png"></ImageBrush>
</Grid.Background>





这篇关于WP8的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆