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
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
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).