设计师显示图像,但模拟器不是Windows Phone 7.1

时间:2014-06-06 05:15:49

标签: image windows-phone-7.1 panorama-control

我创建了代码以在全景页面中显示图像。有那个页面的设计师显示但是当我用我的模拟器或我的Windows Phone 8执行程序时,他们都没有显示图像。图像在油漆中编辑。什么是在网格中完美显示图像的分辨率?

我的代码是:

<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>

0 个答案:

没有答案