Tagged Questions
The visual-states tag has no wiki summary.
2
votes
2answers
2k views
How do I make a simple image-based button with visual states in Silverlight 3?
At my previous company, we created our RIAs using Flex with graphical assets created in Flash. In Flash, you could simply lay out your graphics for different states, i.e. rollover, disabled.
Now, ...
1
vote
2answers
545 views
How to alter a visual state of a ControlTemplate without replacing it?
I want to define a ToggleButton that appears with red foreground (for example) when checked, rather than the default appearance of a pressed button.
I see that the visual states are maintained as ...
0
votes
1answer
88 views
IAR VisualState Requiring Trigger For Every Expression inside a State
I have been using State machine based design tools for some time, and have seen UML modeling tools that allow you to execute your logic (call functions, do other stuff) inside a state. However, after ...