Drop Shadows and Glows
Last post 05-03-2008 3:44 PM by timjrule. 5 replies.
Sort Posts:
08-23-2007 7:05 PM
Drop Shadows and Glows

Are there any plans in adding drop shadowing and glow effects to objects in Silverlight?  There are many cases where I would like to add a drop shadow to objects for aesthetics.

 

Thanks!

Nick 

nmileson

Joined on 08-22-2007
Posts 3
08-23-2007 7:34 PM
Re: Drop Shadows and Glows

Nick,

You can add effects to objects in Expression Design and then export your work to Expression Blend 2 August Preview for inclusion into your Silverlight projects.  See my post at http://silverlight.net/forums/t/3458.aspx for the steps.

Jonathan [MSFT]
----------
This posting is provided "AS IS" with no warranties, and confers no rights.

Jonathan [MSFT]

Joined on 05-23-2007
Posts 85
09-03-2007 7:32 AM
Re: Drop Shadows and Glows

I've tried before using Expression Design to add the "Drop Shadow" and "Outer Glow" effects to a created vector image, and tried exporting them to a Silverlight Project opened in Expression Blend.

Unlike WPF applications, these bitmap effects aren't supported by Silverlight, and I doubt they'll be including it in the presentation framework(applies for both 1.0 and 1.1 versions). Silverlight is meant to be a lightweight plugin, and the real deal, the 1.1 version that includes the CoreCLR of Silverlight, and is already 4.2 MB file size, and IMO, it should not go much more above that, and adding BitmapEffects should be pretty secondary to other stuff like data assemblies etc.

One more thing to note is that applying BitmapEffects in WPF applications utterly KILLS your processor, you'll feel the "lag" unless you're running on a PC with great specs. I don't think these built in effects should be used in a WPF application. Imagine if you use it in a Silverlight application....it won't be good.

Stick with bitmap effects using photoshops, and exporting them into bitmap images, transparent ones would do fine.

kokchiann

Joined on 07-26-2007
Posts 4
01-28-2008 12:48 PM
Re: Drop Shadows and Glows

Realtime manipulation of bitmap effects is a core element of online design. This feature not being included is just another strike against Silverlight as a slick design plugin.  I'm all for linked data and whatnot, but as a designer/developer, my clients put more emphasis on being able to make their data look cool rather than just be able to display it. If they really only want their data to link, they can just use current technologies and not invest the time into a Silverlight front end. Silverlight is being marketied as a way for data to be displayed in new and interesting ways, using rich back-end technologies. But if the data can not be displayed in interesting ways that defeats the purpose of all the rich data-binding, right?

discorax: www.ryancdavidson.com
pbjs: www.pbjs.com

discorax

Joined on 12-10-2007
Seattle, WA
Posts 14
05-03-2008 3:44 PM
Re: Drop Shadows and Glows

I have built a quick blog post to demonstrate a Drop Shadow, Glow, and Inner Glow.

timjrule

Joined on 04-22-2008
Redmond
Posts 1