I’m using custom background image in Pivot (not Panorama) Application:
<controls:Pivot Title="My Application">
<controls:Pivot.Background>
<ImageBrush ImageSource="Theme1.png" Stretch="Fill"/>
</controls:Pivot.Background>
It works fine, but I would like to replace the image at run-time. Is it possible?
You can give your
ImageBrusha name:Then change the source in the code-behind: