Windows phone 8 在Windows Phone 8上更改背景

Windows phone 8 在Windows Phone 8上更改背景,windows-phone-8,background-image,Windows Phone 8,Background Image,我正在尝试更改Windows Phone 8项目的背景图像。我正在MainPage.xaml中编写以下代码: <phone:Panorama.Background> <ImageBrush ImageSource="/PanoramaApp1;component/Assets/arka.png"/> </phone:Panorama.Background> 但是当我跑步的时候,我不会改变速度 我有什么问题? 提前谢谢。 (对不起,我的语言。)尝试

我正在尝试更改Windows Phone 8项目的背景图像。我正在MainPage.xaml中编写以下代码:

<phone:Panorama.Background>
   <ImageBrush ImageSource="/PanoramaApp1;component/Assets/arka.png"/>
</phone:Panorama.Background>

但是当我跑步的时候,我不会改变速度

我有什么问题? 提前谢谢。
(对不起,我的语言。)

尝试将Layoutroot背景设置为透明。 及


如果它显示在设计器中(即路径正确),而不是在emulator中,则可能不会错误地将资源生成操作设置为内容。
  <phone:Panorama.Background>
     <ImageBrush ImageSource="/Assets/Tiles/arka.png"/>     
  </phone:Panorama.Background>