
Hi I am using my custom theme and i had a xaml file for it. I have to change the foreground color of Ribbon:Button label and could not find any option to mchange it. pls help.
Above is my code.
Hi I am using my custom theme and i had a xaml file for it. I have to change the foreground color of Ribbon:Button label and could not find any option to mchange it. pls help.
Above is my code.
Hello,
You could either set the Foreground property on the ribbon:Button, or put a Brush override in your app's Resources with this key:
{DynamicResource {x:Static themes:AssetResourceKeys.ToolBarButtonForegroundNormalBrushKey}}
That is the brush resource used by default in the Foreground.
Please log in to a validated account to post comments.