<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/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>Create an Animation in Code (e.g. C#, VB .NET, etc)</title><link>http://blogs.msdn.com/silverlight_sdk/archive/2008/03/24/create-an-animation-in-code.aspx</link><description>Sometimes you might want to create an animation in procedural code (e.g. C#, VB .NET, etc) rather than in XAML like in my previous Animation post . I've seen a lot of traffic on the Silverlight.net forums asking about this subject so in this post I'll</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Silverlight Cream for March 25, 2008 -- #234</title><link>http://blogs.msdn.com/silverlight_sdk/archive/2008/03/24/create-an-animation-in-code.aspx#8336231</link><pubDate>Tue, 25 Mar 2008 21:18:44 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8336231</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;Christian Merighi on Tweener, Michael Cameron on Tweener, Jose Fajardo shows how to create a spiral in&lt;/p&gt;
</description></item><item><title>Target Multiple Objects with one Animation (Silverlight) </title><link>http://blogs.msdn.com/silverlight_sdk/archive/2008/03/24/create-an-animation-in-code.aspx#8338435</link><pubDate>Thu, 27 Mar 2008 00:50:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8338435</guid><dc:creator>Silverlight SDK</dc:creator><description>&lt;p&gt;What if you want to use a single animation object (let's say DoubleAnimation) to target multiple objects?&lt;/p&gt;
</description></item><item><title>re: Create an Animation in Code (e.g. C#, VB .NET, etc)</title><link>http://blogs.msdn.com/silverlight_sdk/archive/2008/03/24/create-an-animation-in-code.aspx#8348360</link><pubDate>Tue, 01 Apr 2008 19:16:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8348360</guid><dc:creator>wpfedevcon</dc:creator><description>&lt;p&gt;You can programmatically change the TargetProperty to different objects: &lt;a rel="nofollow" target="_new" href="http://blogs.msdn.com/silverlight_sdk/archive/2008/03/26/target-multiple-objects-properties-with-one-animation-silverlight.aspx"&gt;http://blogs.msdn.com/silverlight_sdk/archive/2008/03/26/target-multiple-objects-properties-with-one-animation-silverlight.aspx&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Create an Animation in Code (e.g. C#, VB .NET, etc)</title><link>http://blogs.msdn.com/silverlight_sdk/archive/2008/03/24/create-an-animation-in-code.aspx#8349610</link><pubDate>Wed, 02 Apr 2008 05:54:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8349610</guid><dc:creator>ccchai</dc:creator><description>&lt;p&gt;Storyboard.SetTargetProperty(myDoubleAnimation1, &amp;quot;(Canvas.Left)&amp;quot;);&lt;/p&gt;
&lt;p&gt;why the target properties have to be put inside brackets?&lt;/p&gt;
</description></item><item><title>re: Create an Animation in Code (e.g. C#, VB .NET, etc)</title><link>http://blogs.msdn.com/silverlight_sdk/archive/2008/03/24/create-an-animation-in-code.aspx#8592992</link><pubDate>Thu, 12 Jun 2008 14:31:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8592992</guid><dc:creator>saurabhharsh</dc:creator><description>&lt;p&gt;the code gives me compilation error saying cannot convert from string to System.Windows.PropertyPath [referring to &amp;quot;(Canvas.Left)&amp;quot;]..&lt;/p&gt;
&lt;p&gt;i am adding this method as Loaded=&amp;quot;Create_And_Run_Animation&amp;quot; for my Canvas.&lt;/p&gt;
&lt;p&gt;is this the problem??..can't i create a rectangle myRectangle on the canvas and call this method for MouseLeftButtonDown for the rectangle..i did but this ain't working too.&lt;/p&gt;
</description></item></channel></rss>