Hi,
We are trying to see if you can add a logo in the left column of the backstage (let say at the bottom) without changing the original Theme.
Is it possible and how to do it if it's possible?
Thanks.
Martin
Hi,
We are trying to see if you can add a logo in the left column of the backstage (let say at the bottom) without changing the original Theme.
Is it possible and how to do it if it's possible?
Thanks.
Martin
Hi Martin,
We don't have a property for adding a logo image. So to do this, you would need to clone the Backstage default Style, update its Template, and put the revised Style as an implicit style in your app's Resources.
Thanks for the reply.
I didn want to mention that you could put a logo image in the content area, faded in the background like this:
<ribbon:Backstage x:Name="appMenu">
<ribbon:Backstage.Background>
<ImageBrush ImageSource="/Resources/Images/BackstageBackground.png" Stretch="None" TileMode="None" AlignmentX="Right" AlignmentY="Bottom" />
</ribbon:Backstage.Background>
...
Please log in to a validated account to post comments.