Is it possible to dynamically change the FontSize of Office2013 Theme (as it's written in the documentation) ? I'm able to dynamically change the fontSize with VisualStudio2013 Theme, but not with Office2013...
Thank you
Leon
1 Answer, 1 is accepted
0
Accepted
Martin
Telerik team
answered on 11 May 2016, 02:26 PM
Hi Leon,
Font sizes for the controls and their children in the Office2013 theme are divided in several variations - from FontSizeXXS to FontSizeXL, while in VisualStudio2013 theme it is just FontSize. Mainly the controls in Office2013 theme depend on the FontSizeL, so in most cases you can dynamically change Office2013Palette.Palette.FontSizeL. You can find the bindings for each control and its inner elements in the xaml files of the theme, if you need something specific and FontSizeL does not affect it.
Best regards,
Martin
Telerik
Do you need help with upgrading your AJAX, WPF or WinForms project? Check the Telerik API Analyzer and share your thoughts.