win8 动态设置background

 BitmapImage bt = new BitmapImage(new Uri(this.BaseUri, "/Images/SinaDefault.png"));

ImageBrush im = new ImageBrush();
im.ImageSource = bt;
image.Background = im;
posted @ 2012-07-15 10:21  win_and_first  阅读(187)  评论(0编辑  收藏  举报