Styling Ribbon from the RibbonControlsLibrary
Ribbon is nice. I want to make it nicer... (IMHO) With the Ribbon (from RibbonControlsLibrary on .NET 3.5 sp1), it is ok to change some backgrounds and foregrounds. But the thing I want to re-style is the white "mask" (linear gradient brush with alpha) that seats in the "background" of the RibbonTabGroup. I saw it with Snoop. I found it in the style. <LinearGradientBrush x:Key="[49] Í" StartPoint="0.5,0.0" EndPoint="0.5,1.0"> <GradientStop Color="#EEFFFFFF" Offset="0.0" /> <GradientStop Color="#BBFFFFFF" Offset="0.1" /> <GradientStop Color="#05FFFFFF" Offset="0.5" /> <GradientStop Color="