
Hi
Trying to set the background color around the tab area of Bars Ribbon. I've tried a bunch of properties in App.Resources
<SolidColorBrush x:Key="{x:Static themes:AssetResourceKeys.RibbonTabControlBackgroundNormalBrushKey}" Color="Purple" />
<SolidColorBrush x:Key="{x:Static themes:AssetResourceKeys.RibbonTabItemBorderSelectedBrushKey}" Color="Purple" />
<SolidColorBrush x:Key="{x:Static themes:AssetResourceKeys.RibbonTabControlBorderNormalBrushKey}" Color="Purple" />
<SolidColorBrush x:Key="{x:Static themes:AssetResourceKeys.LegacyRibbonBackgroundNormalBrushKey}" Color="Purple" />
<SolidColorBrush x:Key="{x:Static themes:AssetResourceKeys.RibbonBackgroundNormalBrushKey}" Color="Purple" />
<SolidColorBrush x:Key="{x:Static themes:AssetResourceKeys.LegacyRibbonTabControlBackgroundNormalBrushKey}" Color="Purple" />
Also tried the Ribbon.Background property but without success.
<bars:Ribbon Background="Purple" ...>
Any help would be appreciated.
Thanks
Miles
[Modified 2 months ago]