I have 2 styles for a button. The first one is for normal state and the second is for mouseOver state. How can I change the button style when the mouse enters it? In Blend I tried to create a storyboard and change the style but nothing happened.
Share
You could bind the
Styleproperty toIsMouseOverand use a generic “true value”/”false value” converter.You can specify the converter like this
And then bind
StyletoIsMouseOverBooleanObjectConverter