How to add a logo in the backstage left column

Ribbon for WPF Forum

Posted 9 years ago by Martin Deslongchamps - Software Specialist, SES
Version: 14.2.0611
Avatar

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

Comments (3)

Answer - Posted 9 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

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.


Actipro Software Support

Posted 9 years ago by Martin Deslongchamps - Software Specialist, SES
Avatar

Thanks for the reply.

Posted 9 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

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>
 ...


Actipro Software Support

The latest build of this product (v24.1.2) was released 1 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.