How do I create a clicked state in a SIlverlight button?
Posted
by Roy
on Stack Overflow
See other posts from Stack Overflow
or by Roy
Published on 2010-04-10T19:50:29Z
Indexed on
2010/04/10
19:53 UTC
Read the original article
Hit count: 238
How do I create a clicked state in visual state manager for a control that is based on a button control? I tried using a pressed state but once the mouse button is released it reverts back to the original color. I would like to change the color of the button when it is clicked on. I am not looking for a solution in the click event handler because this is a part of a template. Thank you
© Stack Overflow or respective owner