In his latest video tutorial, Victor
Gaudioso demonstrates how to add multiple bitmap effects to one object.
In response to my Twitter buddy Funwithcoding I made this post: In Silverlight you can only add one BitmapEffect (Blur or DropShadow) to one object at a time. But these effects are passed down to their child objects (inheritance). For that reason we can use a little trick and apply multiple effects to one object (or so it appears).