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++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -