windows phone 7 - Is there a size restraint for background image for standard tile data? -


i'm trying create secondary tile standardtiledata:

standardtiledata tiledata = new standardtiledata() {     title = "",     backgroundimage = new uri("/wifi.png", urikind.relative) }; 

but backgroundimage not set, there size restrictions? image have have property set?

image size not problem here, it's file location.

your backgrounimage image has saved shared folder:

if uri references image stored in isolated storage, the image must in shared\shellcontent folder. more information, see data windows phone.


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -