+ 1
Can I Style C# With CSS?
can i?
3 Respostas
+ 3
What do you mean exactly? If you want to use CSS with ASP.NET or with WPF you can use it without problems.
If you want to use CSS with a console application or Windows Form, then you can not. None of these options supports CSS. In that case you must format whatever you want with the tools offered by the language.
http://blog.scottlogic.com/2009/03/11/using-css-selectors-for-styling-in-wpf.html
https://www.wiseowl.co.uk/blog/s253/css-style-sheets.htm
+ 1
How do you use CSS style with WPF ?
sorry that is in your link, go a try that thanks.
+ 1
Mikel Thanks