将全景背景绑定到孤立存储中的图像

时间:2012-02-16 15:16:15

标签: image windows-phone-7 xaml panorama-control

我的Panorama控件的背景图像存储在“/Shared/ShellContent/Background.png”中。

在我的XAML中,我将引用设置为:

<controls:Panorama.Background>
    <ImageBrush ImageSource="isostore:/Shared/ShellContent/Background.png" />
</controls:Panorama.Background>

但绑定似乎不起作用。

我已使用优秀的Isolated Storage Explorer验证了PNG文件的存在。

这种情况甚至可以通过XAML实现吗?

1 个答案:

答案 0 :(得分:0)

这甚至是绑定,它是对隔离存储的引用。

如果您的隔离存储在绑定时为空,则它不会更新,因为没有onNotifyPropertychanged