
Hi,
I have a ribbon with a backstage such as:
<ribbon:Ribbon.ApplicationMenu>
<ribbon:Backstage>
<ribbon:Backstage.Background>
<ImageBrush ImageSource="MyImage.png"/>
</ribbon:Backstage.Background>
<ribbon:Button Label="Save" Command="{Binding SaveChangesCommand}" />
etc
How do I change the colour of the file tab? It is currently blue like Word, but would like to make it green like Excel, or purple like OneNote.
I am using the Office2010Silver as my theme. Is this a change of theme or a simple backstage setting change?
Cheers
I have a ribbon with a backstage such as:
<ribbon:Ribbon.ApplicationMenu>
<ribbon:Backstage>
<ribbon:Backstage.Background>
<ImageBrush ImageSource="MyImage.png"/>
</ribbon:Backstage.Background>
<ribbon:Button Label="Save" Command="{Binding SaveChangesCommand}" />
etc
How do I change the colour of the file tab? It is currently blue like Word, but would like to make it green like Excel, or purple like OneNote.
I am using the Office2010Silver as my theme. Is this a change of theme or a simple backstage setting change?
Cheers