XamlCSS
XamlCSS copied to clipboard
Support Visual States
Visual States, like Pressed or Hovered should be styleable with css
Syntax could be aligned to html's syntax by using colons.
Button:MouseOver
{
Background: #999999;
}