I use :
<igRibbon:XamRibbon x:Uid="xamRibbon" Theme="Office2013" ApplicationMenuMode="Office2010" ApplicationAccentColor="#B3C4D8" Name="xamRibbon" VerticalAlignment="Stretch" HorizontalAlignment="Stretch"/>
When I apply theme Office2013, the xamRibbon seems change the background color.
How to set the Ribbon looks like
It looks I use following code to change disable text color.
<SolidColorBrush x:Key="{x:Static igRibbon:RibbonBrushKeys.GrayTextBrushKey}" Color="#FF7E8A98" />
Hi Noriko
I take another look. The snapshot is come from 'RoyalLight' theme. But 'Office2013' is closer what I want.
1. I need the foreground color of disable item of 'RoyalLight' theme.
2. I need the background be a solid color
If you have other question, please let me know. Thanks
Hello Shengjie,
Could you tell me more exactly of what part you would like to change the color? The bluish gray background or else?
I solved 2 and 3. Can someone help on 1?