Mahapps - How to set Proper Case in Titles

Viewed 7719

I am using Mahapps and I am not able to set Proper case for Window titles and Group box titles etc..

I tried googling and Typography settings.

If someone knows out there could you please help-me here..

Thanks

4 Answers

TitleCaps="False" is obsolete, use this code in the Window:

TitleCharacterCasing="Normal"

In my case just adding TitleCharacterCasing="Normal" to <controls:MetroWindow> wasn't enough, and I had to also change this in the window properties (under miscellaneous).

Related