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

Popular posts from this blog

c - CUDA code not processing if block properly -

oracle11g - get root domain from url Oracle sql regex_substr -

xcode - Swift Playground - Files are not readable -