The background image for my Panorama control is stored in "/Shared/ShellContent/Background.png".
In my XAML I set the reference to:
<controls:Panorama.Background>
<ImageBrush ImageSource="isostore:/Shared/ShellContent/Background.png" />
</controls:Panorama.Background>
but the binding doesn't seem to work.
I have verified the existence of the PNG file using the excellent Isolated Storage Explorer.
Is this scenario even possible possible via XAML?