Hi Kevin,
Once you edit the default style of the
RibbonView ApplicationButton, you can apply a
Foreground setter. This setter will control the foreground of the content inside the button. Next, you can change the value of the
Background setter - this value is applied to the inner
Border element that represents the background of the
ApplicaitonButton. And you can further customize the settings of the outer and inner
Border elements (the first elements in the root
Grid of the
ControlTemplate) to create a
RibbonTab-like style.
I attached a sample solution where I slightly modified the
RibbonView ApplicationButton style so that now the button resembles a selected
RibbonTab. Please have a look at the solution and let me know if it helps.
Regards,
Tina Stancheva
Telerik