XamlCSS icon indicating copy to clipboard operation
XamlCSS copied to clipboard

Support Visual States

Open warappa opened this issue 8 years ago • 0 comments

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;
    }

warappa avatar Nov 29 '16 16:11 warappa