<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://dotneteers.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Discovering Silverlight 3 – Poor Man’s Visualbrush Behavior</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx</link><description>One of the things missing from Silverlight 3 is WPF&amp;rsquo;s Visualbrush . Visualbrush basically allows you to create a brush based on a visual element (including its visual changes), and use it for painting other elements. A common use is to create the</description><dc:language>en</dc:language><generator>CommunityServer 2008 (Build: 30417.1769)</generator><item><title>Techfriday: Looping Panorama for Windows Phone 7 Series | Aimee Gurl...</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx#2010</link><pubDate>Thu, 25 Mar 2010 16:40:27 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:2010</guid><dc:creator>Techfriday: Looping Panorama for Windows Phone 7 Series | Aimee Gurl...</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Techfriday: Looping Panorama for Windows Phone 7 Series | Aimee Gurl...&lt;/p&gt;
&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=2010" width="1" height="1"&gt;</description></item><item><title>re: Discovering Silverlight 3 – Poor Man’s Visualbrush Behavior</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx#1252</link><pubDate>Thu, 08 Oct 2009 07:52:33 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:1252</guid><dc:creator>Joseph Gershgorin</dc:creator><description>&lt;p&gt;Hi András, Thanks for the behavior!&lt;/p&gt;
&lt;p&gt;I updated the Behavior to use the newer Blend 3 SDK System.Windows.Interactivity.dll, you were using one of the earlier beta behavior libraries. &lt;/p&gt;
&lt;p&gt;I also:&lt;/p&gt;
&lt;p&gt;* changed all the properties to dependency properties for nicer binding support when it comes to Silverlight. &lt;/p&gt;
&lt;p&gt;* added a deatach override to clean up and unsubscribe to any events to prevent memory leaks on detachment&lt;/p&gt;
&lt;p&gt;* Changed IsActive to IsEnabled and defaulted to true.&lt;/p&gt;
&lt;p&gt;* added an UpdateIntervalDuration dependency property that defaults to 500 ms. By slowing down the updates you can get a chopier update result, but &amp;nbsp;this can be much nicer on the CPU. &lt;/p&gt;
&lt;p&gt;You can get my changes here:&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://silverlightblend.com/files/PoorMansVisualBrush_10_08_2009.zip"&gt;silverlightblend.com/.../PoorMansVisualBrush_10_08_2009.zip&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=1252" width="1" height="1"&gt;</description></item><item><title>re: Discovering Silverlight 3 – Poor Man’s Visualbrush Behavior</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx#1180</link><pubDate>Fri, 11 Sep 2009 14:17:33 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:1180</guid><dc:creator>vbandi</dc:creator><description>&lt;p&gt;Hi Dan,&lt;/p&gt;
&lt;p&gt;I have fixed this for the RTM, but never got around to actually writing a blog post. In the meantime, you can download the working sample at &lt;a rel="nofollow" target="_new" href="http://www.response.hu/discoveringsl3/PoorMansVisualBrush/PoorMansVisualBrushRTM.zip"&gt;www.response.hu/.../PoorMansVisualBrushRTM.zip&lt;/a&gt;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=1180" width="1" height="1"&gt;</description></item><item><title>re: Discovering Silverlight 3 – Poor Man’s Visualbrush Behavior</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx#1179</link><pubDate>Fri, 11 Sep 2009 13:50:27 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:1179</guid><dc:creator>Dan Vanderboom</dc:creator><description>&lt;p&gt;Hello András,&lt;/p&gt;
&lt;p&gt;I tried building and running your sample with Silverlight 3 RTM and I&amp;#39;m not getting anything to show up in the reflection rectangle as expected. &amp;nbsp;I had to remove the third parameter to the WriteableBitmap constructor since that&amp;#39;s changed since the beta. &amp;nbsp;Any ideas why it&amp;#39;s not working now?&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
&lt;p&gt;Dan&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=1179" width="1" height="1"&gt;</description></item><item><title>Image reflection effect in WPF with Expression Blend - Tutorial</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx#950</link><pubDate>Sat, 04 Jul 2009 01:32:45 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:950</guid><dc:creator>Image reflection effect in WPF with Expression Blend - Tutorial</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Image reflection effect in WPF with Expression Blend - Tutorial&lt;/p&gt;
&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=950" width="1" height="1"&gt;</description></item><item><title>Discovering Silverlight 3 – Demos of new features</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx#804</link><pubDate>Sun, 03 May 2009 10:36:48 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:804</guid><dc:creator>VBandi's blog</dc:creator><description>&lt;p&gt;In early May, I gave a talk about the new features in Silverlight 3. As I’ve started to gather material&lt;/p&gt;
&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=804" width="1" height="1"&gt;</description></item><item><title>Silverlight 3 Get’s a Poor Man’s VisualBrush Behavior</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx#763</link><pubDate>Fri, 17 Apr 2009 21:20:32 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:763</guid><dc:creator>Don Burnett's Designing For .NET Blog</dc:creator><description>&lt;p&gt;Behaviors are great things. Over at VBandi’s Blog he has created a behavior for Silverlight 3 that mimics&lt;/p&gt;
&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=763" width="1" height="1"&gt;</description></item><item><title>Dew Drop - March 26, 2009 | Alvin Ashcraft's Morning Dew</title><link>http://dotneteers.net/blogs/vbandi/archive/2009/03/26/discovering-silverlight-3-poor-man-s-visualbrush-behavior.aspx#726</link><pubDate>Thu, 26 Mar 2009 13:24:00 GMT</pubDate><guid isPermaLink="false">74e06254-0e07-4c08-8611-9f55b924f030:726</guid><dc:creator>Dew Drop - March 26, 2009 | Alvin Ashcraft's Morning Dew</dc:creator><description>&lt;p&gt;Pingback from &amp;nbsp;Dew Drop - March 26, 2009 | Alvin Ashcraft&amp;#39;s Morning Dew&lt;/p&gt;
&lt;img src="http://dotneteers.net/aggbug.aspx?PostID=726" width="1" height="1"&gt;</description></item></channel></rss>