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\shellcontentfolder. more information, see data windows phone.
Comments
Post a Comment