Image 设计器显示图像,但模拟器不显示windows phone 7.1

Image 设计器显示图像,但模拟器不显示windows phone 7.1,image,windows-phone-7.1,panorama-control,Image,Windows Phone 7.1,Panorama Control,我已经创建了在全景页面中显示图像的代码。该页面显示的是designer,但当我使用emulator或windows phone 8执行程序时,它们都没有显示该图像。图像在paint中编辑。在网格中完美显示图像的分辨率是多少 我的代码是: <controls:PanoramaItem > <Grid Margin="0,-120,0,0"> <Image HorizontalAlignment="Left" He

我已经创建了在全景页面中显示图像的代码。该页面显示的是designer,但当我使用emulator或windows phone 8执行程序时,它们都没有显示该图像。图像在paint中编辑。在网格中完美显示图像的分辨率是多少

我的代码是:

<controls:PanoramaItem >
            <Grid Margin="0,-120,0,0">
                <Image HorizontalAlignment="Left" Height="612" VerticalAlignment="Top" Width="420" Source="/HubTilesPanorama;component/powers.jpg" Margin="0,102,0,0" />

            </Grid >
        </controls:PanoramaItem>

你的最高利润率是-120。你确定它没有跳出屏幕吗?你知道发生了什么吗?