Hello,
I want to increase the font size of the TextBlock element throughout my application from 12 to 13, but I would like to leave the font size at 12 for TextBlocks within the ribbon. Is there an easy way to do this without overriding the styles of controls that don't seem to respect the FontSize property of a containing control?
Some of the controls that are affected by this issue are:
The ribbon tabs, e.g., Home, View, etc labels
Category headers in a gallery control
PopupButton
Thanks,
Jon
I want to increase the font size of the TextBlock element throughout my application from 12 to 13, but I would like to leave the font size at 12 for TextBlocks within the ribbon. Is there an easy way to do this without overriding the styles of controls that don't seem to respect the FontSize property of a containing control?
Some of the controls that are affected by this issue are:
The ribbon tabs, e.g., Home, View, etc labels
Category headers in a gallery control
PopupButton
Thanks,
Jon