Background changing not working on Windows Phone 8 -
i want change background image on windows phone 8 app. following code not work:
<phone:panorama.background> <imagebrush imagesource="/panoramaapptest;component/assets/background.png"/> </phone:panorama.background>
you should try image source. this;
<phone:panorama.background> <imagebrush imagesource="/assets/background.png"/>
or
<phone:panorama.background> <imagebrush imagesource="../assets/background.png"/> </phone:panorama.background>
actually don't know problem's location name.
Comments
Post a Comment