dennismagno / metroframework-modern-ui

My humble attempt to bring the new Modern UI alias Metro UI of Windows 8 to .NET Windows Forms applications.
http://dennismagno.github.io/metroframework-modern-ui
Other
861 stars 1.08k forks source link

Anyway to change Label Font color? #69

Open gatsbys opened 6 years ago

gatsbys commented 6 years ago

Anyone knows how to change the label text color? Thanks!

mercedesmiguel01 commented 6 years ago

you need to go to de XML of the object and make the change manually

gatsbys commented 6 years ago

Thanks for the response @mercedesmiguel01 , do you where can I find that xml?

T-Maxxx commented 5 years ago

UseCustomForeColor + ForeColor works fine. Can be closed.