In WP7 whenever a button is clicked ,the background of button becomes white showing that button is clicked and becomes normal on releasing the mouse button.But I want to change the color of button selection from white to orange.How can i dot it?
In WP7 whenever a button is clicked ,the background of button becomes white showing
Share
You are going to have to play with
Visual Statesof thatButtoncontrol. Following is the default style forButtonextracted fromExpression Blend:You will need to change the
Pressedvisual state to:(In this case background is changed to
Redwhen the button is pressed)