当前位置: 代码迷 >> Windows Mobile >> WP7怎么添加背景图片
  详细解决方案

WP7怎么添加背景图片

热度:25   发布时间:2016-04-25 07:43:46.0
WP7如何添加背景图片
WP7如何使用后台代码给button控件添加背景图片

------解决方案--------------------
**.xmal当中,如果Grid x:name="layout" />


code:
layout.Background = new ImageBrush(new ImageSource(uri));