<?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: My First Day with Silverlight</title>
	<atom:link href="http://deleteaso.com/my-first-day-with-silverlight/feed/" rel="self" type="application/rss+xml" />
	<link>http://deleteaso.com/my-first-day-with-silverlight/</link>
	<description>When something's not working delete aso files</description>
	<lastBuildDate>Fri, 27 Aug 2010 10:46:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: julian</title>
		<link>http://deleteaso.com/my-first-day-with-silverlight/comment-page-1/#comment-43</link>
		<dc:creator>julian</dc:creator>
		<pubDate>Wed, 06 Jun 2007 21:20:48 +0000</pubDate>
		<guid isPermaLink="false">http://deleteaso.com/my-first-day-with-silverlight/#comment-43</guid>
		<description>you can also do this if you want a custom color.

SolidColorBrush sb = new SolidColorBrush();
sb.Color = Color.FromRGB( r, g, b );

myTextBlock.Foreground = sb;

There is a couple more static Color methods that you can use like Color.FromARGB() as well.</description>
		<content:encoded><![CDATA[<p>you can also do this if you want a custom color.</p>
<p>SolidColorBrush sb = new SolidColorBrush();<br />
sb.Color = Color.FromRGB( r, g, b );</p>
<p>myTextBlock.Foreground = sb;</p>
<p>There is a couple more static Color methods that you can use like Color.FromARGB() as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://deleteaso.com/my-first-day-with-silverlight/comment-page-1/#comment-42</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 06 Jun 2007 20:33:56 +0000</pubDate>
		<guid isPermaLink="false">http://deleteaso.com/my-first-day-with-silverlight/#comment-42</guid>
		<description>by the way - for those that read all the above &amp; still need the help (since i didn&#039;t see an answer either &amp; this comes up first in Google when searching) here you go:

MyTextBlock.Foreground = new SolidColorBrush(Colors.Black);</description>
		<content:encoded><![CDATA[<p>by the way &#8211; for those that read all the above &amp; still need the help (since i didn&#8217;t see an answer either &amp; this comes up first in Google when searching) here you go:</p>
<p>MyTextBlock.Foreground = new SolidColorBrush(Colors.Black);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mark</title>
		<link>http://deleteaso.com/my-first-day-with-silverlight/comment-page-1/#comment-41</link>
		<dc:creator>mark</dc:creator>
		<pubDate>Wed, 06 Jun 2007 20:16:07 +0000</pubDate>
		<guid isPermaLink="false">http://deleteaso.com/my-first-day-with-silverlight/#comment-41</guid>
		<description>you know how you can control quality by fixing something at the source...rather than (in a distributed workflow or system, for instance) have everyone at the breaking point fix it?

same is true of the damned font color - it&#039;s ridiculous that so many people will have initial problems with it; what would it hurt to include FontColor as an attribute (or COLOR or an intuitive FOREGROUND = &#039;Green&#039;)???

i&#039;m guessing the best way to set color is setting the FOREGROUND to a brush.

how extremely intuitive.  

for one person.   

then there&#039;s the rest of the world.  

that stuff drives me crazy.

fix it at the source - just extend to allow setting of FontColor.</description>
		<content:encoded><![CDATA[<p>you know how you can control quality by fixing something at the source&#8230;rather than (in a distributed workflow or system, for instance) have everyone at the breaking point fix it?</p>
<p>same is true of the damned font color &#8211; it&#8217;s ridiculous that so many people will have initial problems with it; what would it hurt to include FontColor as an attribute (or COLOR or an intuitive FOREGROUND = &#8216;Green&#8217;)???</p>
<p>i&#8217;m guessing the best way to set color is setting the FOREGROUND to a brush.</p>
<p>how extremely intuitive.  </p>
<p>for one person.   </p>
<p>then there&#8217;s the rest of the world.  </p>
<p>that stuff drives me crazy.</p>
<p>fix it at the source &#8211; just extend to allow setting of FontColor.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Freddie</title>
		<link>http://deleteaso.com/my-first-day-with-silverlight/comment-page-1/#comment-31</link>
		<dc:creator>Freddie</dc:creator>
		<pubDate>Fri, 01 Jun 2007 01:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://deleteaso.com/my-first-day-with-silverlight/#comment-31</guid>
		<description>Thank you for sharing your experiences! I&#039;m about to embark on the same from the same background and am trying to keep it all in perspective. I&#039;ll get your rss in my netvibes and keep up on the progress.</description>
		<content:encoded><![CDATA[<p>Thank you for sharing your experiences! I&#8217;m about to embark on the same from the same background and am trying to keep it all in perspective. I&#8217;ll get your rss in my netvibes and keep up on the progress.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean</title>
		<link>http://deleteaso.com/my-first-day-with-silverlight/comment-page-1/#comment-30</link>
		<dc:creator>Sean</dc:creator>
		<pubDate>Thu, 31 May 2007 23:49:13 +0000</pubDate>
		<guid isPermaLink="false">http://deleteaso.com/my-first-day-with-silverlight/#comment-30</guid>
		<description>brilliant blog post especially for someone like myself who in the next few days will be sitting down and having a look at silverlight just as you have done. your notes and links will save me time. Thanks!</description>
		<content:encoded><![CDATA[<p>brilliant blog post especially for someone like myself who in the next few days will be sitting down and having a look at silverlight just as you have done. your notes and links will save me time. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
