Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,everybody
In expression blend 3 wpf ,
I have a button and I want enlarge it softly(with animation) when user mousehover it ,I did that in silverlight without any code(with state panel ),but I couldn't do that in wpf application. :(( please guide me... :sigh:
Posted
Updated 18-Feb-10 2:52am
v2

In the buttons template, you need to set a trigger for the mouseover event. You should be able to easily find an example using google.
 
Share this answer
 
Use DoubleAnimation to start when MouseOver Event Trigger gets executed.

Does it makes sense ? ;)

It is easy to define and execute DoubleAnimation using Expression Blend. Create one and run.
 
Share this answer
 
ok , I did that but without any code ! read my article
enlarge an element by mouse action without any code ![^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900