I want to change the hover state gradient background for the RibbonButtonChrome. I can't seem to find the template for RibbonButtonChrome.
If the template is not exposed, is there other ways to do this? Thanks,.
Like the chrome classes in the various theme assemblies (e.g. PresentationFramework.Luna), the RibbonButtonChrome does all its work in code. You can change the brushes that it uses (e.g. RibbonBrushKeys.ButtonToolPressedBorderDarkFillKey) but you cannot change how it renders.