When programming for the web, you normally separate structure from style using a separation of HTML and CSS.
How do I accomplish the same in a WPF project? All the examples I find use "inline" styling. Is it possible at all? Does it even make any sense in WPF?