<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: WPF Drop-Shadows on The Cheap</title>
	<atom:link href="http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/</link>
	<description>Matthias Shapiro's WPF &#38; Silverlight Blog - Because Developers Get All The Good Blogs</description>
	<lastBuildDate>Tue, 07 Sep 2010 13:52:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Yet another blog about : WPF, Surface, Win 7, NUI....</title>
		<link>http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/comment-page-1/#comment-2625</link>
		<dc:creator>Yet another blog about : WPF, Surface, Win 7, NUI....</dc:creator>
		<pubDate>Tue, 27 Apr 2010 22:17:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/#comment-2625</guid>
		<description>&lt;strong&gt;[Performance tips] Use the system shadows instead of your own...&lt;/strong&gt;

In a project I have recently made, we&#039;ve told the designer not to use BitmapEffect because they are performance killer. He so decided to create it&#039;s own shadows by duplicating each shape and make them looks like shadows. I was then surprised to see t...</description>
		<content:encoded><![CDATA[<p><strong>[Performance tips] Use the system shadows instead of your own&#8230;</strong></p>
<p>In a project I have recently made, we&#8217;ve told the designer not to use BitmapEffect because they are performance killer. He so decided to create it&#8217;s own shadows by duplicating each shape and make them looks like shadows. I was then surprised to see t&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Markus Tamm &#187; Blog Archive &#187; Links 21.02.2010</title>
		<link>http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/comment-page-1/#comment-2413</link>
		<dc:creator>Markus Tamm &#187; Blog Archive &#187; Links 21.02.2010</dc:creator>
		<pubDate>Sun, 21 Feb 2010 18:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/#comment-2413</guid>
		<description>[...] WPF Drop-Shadows on The Cheap [...]</description>
		<content:encoded><![CDATA[<p>[...] WPF Drop-Shadows on The Cheap [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/comment-page-1/#comment-167</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 26 Feb 2008 18:03:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/#comment-167</guid>
		<description>Never mind, I&#039;m a dunce. (Well, I&#039;m the IA who helps with coding. :) ). Putting the dropshadow around a border inside the canvas works great.

Thanks for this post--these panels would look really bad without a drop shadow, and this solution works great.</description>
		<content:encoded><![CDATA[<p>Never mind, I&#8217;m a dunce. (Well, I&#8217;m the IA who helps with coding. <img src='http://www.designerwpf.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  ). Putting the dropshadow around a border inside the canvas works great.</p>
<p>Thanks for this post&#8211;these panels would look really bad without a drop shadow, and this solution works great.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Derek</title>
		<link>http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/comment-page-1/#comment-166</link>
		<dc:creator>Derek</dc:creator>
		<pubDate>Tue, 26 Feb 2008 17:19:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/#comment-166</guid>
		<description>I&#039;m having trouble getting this to work in our application. We have a floating panel to do searches, from which we had to remove the bitmapeffect dropshadow for the usual perf reasons. But using the solution above, the shadow draws on top of another panel, and in general doesn&#039;t behave per the example.

In summary, we have a MainWindow.xaml, which is a container for various other user controls for application content. One of these is a canvas holding a search control. When I put the simpledropshadow around the Canvas, in the same row and column and with the same z-order, I don&#039;t get anything. If I don&#039;t specify the row and column, it draws over the entire left side of MainWindow; if I move the z-order for the shadow lower than the canvas, it doesn&#039;t draw. Any suggestions? 

Also, you forgot to mention in your example that you must include a reference to Presentation.Luna in your project to find the simple dropshadow.</description>
		<content:encoded><![CDATA[<p>I&#8217;m having trouble getting this to work in our application. We have a floating panel to do searches, from which we had to remove the bitmapeffect dropshadow for the usual perf reasons. But using the solution above, the shadow draws on top of another panel, and in general doesn&#8217;t behave per the example.</p>
<p>In summary, we have a MainWindow.xaml, which is a container for various other user controls for application content. One of these is a canvas holding a search control. When I put the simpledropshadow around the Canvas, in the same row and column and with the same z-order, I don&#8217;t get anything. If I don&#8217;t specify the row and column, it draws over the entire left side of MainWindow; if I move the z-order for the shadow lower than the canvas, it doesn&#8217;t draw. Any suggestions? </p>
<p>Also, you forgot to mention in your example that you must include a reference to Presentation.Luna in your project to find the simple dropshadow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matthias Shapiro</title>
		<link>http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/comment-page-1/#comment-117</link>
		<dc:creator>Matthias Shapiro</dc:creator>
		<pubDate>Wed, 20 Feb 2008 18:39:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/#comment-117</guid>
		<description>Thank God for that news release. I now feel like there is little point in completing the second part of this post.</description>
		<content:encoded><![CDATA[<p>Thank God for that news release. I now feel like there is little point in completing the second part of this post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Cromwell</title>
		<link>http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/comment-page-1/#comment-116</link>
		<dc:creator>Ryan Cromwell</dc:creator>
		<pubDate>Wed, 20 Feb 2008 13:31:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/#comment-116</guid>
		<description>Deavon... http://weblogs.asp.net/scottgu/archive/2008/02/19/net-3-5-client-product-roadmap.aspx

DropShadow and Blur will be hw accelarated soon - hopefully soon enough for you... Choices must be made during releases, certainly with such a large audience you have been in the same position.</description>
		<content:encoded><![CDATA[<p>Deavon&#8230; <a href="http://weblogs.asp.net/scottgu/archive/2008/02/19/net-3-5-client-product-roadmap.aspx" rel="nofollow">http://weblogs.asp.net/scottgu/archive/2008/02/19/net-3-5-client-product-roadmap.aspx</a></p>
<p>DropShadow and Blur will be hw accelarated soon &#8211; hopefully soon enough for you&#8230; Choices must be made during releases, certainly with such a large audience you have been in the same position.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Deavon Barlow</title>
		<link>http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/comment-page-1/#comment-113</link>
		<dc:creator>Deavon Barlow</dc:creator>
		<pubDate>Tue, 19 Feb 2008 18:24:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/02/08/wpf-drop-shadows-on-the-cheap/#comment-113</guid>
		<description>Honestly, is Microsoft planning on implementing any hardware accelerated bitmap effects? I don&#039;t understand why hardware accelerated drop shadows couldn&#039;t be feasible. I&#039;ve been working on an application which will ship on 100 million PCs worldwide, and am looking for expert solutions to common WPF problems.

Thanks.</description>
		<content:encoded><![CDATA[<p>Honestly, is Microsoft planning on implementing any hardware accelerated bitmap effects? I don&#8217;t understand why hardware accelerated drop shadows couldn&#8217;t be feasible. I&#8217;ve been working on an application which will ship on 100 million PCs worldwide, and am looking for expert solutions to common WPF problems.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
