|
by andy@andybeaulieu.com via Andy's Blog on 9/18/2009 8:38:00 PM
Some weeks ago, Adam Kinney wrote about a nice workaround for creating a Glow Effect in Silverlight using a DropShadowEffect. Since Glow is a common effect, I thought it would be nice to wrap this into a Behavior. Please note, you wouldn’t want to use this behavior in any kind of animation – because the DropShadowEffect is currently rendered in software and will quickly bring a CPU to its knees.
DOWNLOAD SOURCECreating the Glow Effect in Code
To mimic a Glow effect in XAML, we use a DropShadow E
... [ read more ]
|
|