2
我想在我的WP7應用程序中設置鎖屏壁紙。如何在WP7應用程序中設置鎖屏壁紙?
我嘗試這樣的代碼,但它不是我想要的:
BitmapImage bMap = new BitmapImage(new Uri(tab[0], UriKind.RelativeOrAbsolute));
var imageBrush = new ImageBrush();
imageBrush.ImageSource = bMap;
app.RootFrame.Background = imageBrush;
我沒有在互聯網上發現了什麼,你能幫助我嗎?
(Sorry for my english)
選中此項:[WP7 - 以編程方式更改主屏幕背景](http://stackoverflow.com/questions/7470177/wp7-change-home-screen-background-programmatically) – 2012-03-11 08:35:04