我创建了代码以在全景页面中显示图像。有那个页面的设计师显示但是当我用我的模拟器或我的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>