Tagged Questions
1
vote
1answer
95 views
Why is the ColorAnimation for Checked state not persisting color after the MouseOver state is triggered?
I encountered an issue with a ControlTemplate for ToggleButton I created.
When the button is Checked, a ColorAnimation is triggered and the control's background changes color. However, if the user ...
1
vote
2answers
2k views
Silverlight ToggleButton Checked VisualState not working
I'm trying to set up the style for VisualStates on a ToggleButton on Silverlight. Everything works, except the Checked state is not honoring the change in Rectangle.Fill, but the text color change is ...