overload override styling in ribbon

Ribbon for WPF Forum

Posted 15 years ago by bernhard wahl
Version: 4.5.0487
Avatar
hello actipro team

Is it possible to override or overload the styles which will used in actipro ribbon, because we want to changed the color of the hover style of the ribbon button and if it's possible how can i achieve this?

thanking you in anticipation

Comments (1)

Posted 15 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Bernhard,

Yes, use our Theme Browser in the Sample Browser to see all the built in brushes. Then you can create overrides and put them in your application's Resources. Here is an example:
<SolidColorBrush PresentationOptions:Freeze="True" x:Key="{x:Static themes:RibbonCommonDictionary.RibbonControlSmallBackgroundHoverBrushKey}" Color="Red" />


Actipro Software Support

The latest build of this product (v24.1.1) was released 1 month ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.