Friday, 23 August 2013

Glow effect on MouseEnter WPF

Glow effect on MouseEnter WPF

I'm new in WPF(c#). I need make a glow effect around image control using
triggers. How can I do make glow effect on mouse-enter event? I want to
use your answer i my style.
My effect is:
<DropShadowEffect x:Key="MyEffect" ShadowDepth="0" Color="Blue"
Opacity="1" BlurRadius="20"/>
I see many links but they don't work.

No comments:

Post a Comment