<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ForDevs &#187; Panel</title>
	<atom:link href="http://www.fordevs.com/tag/panel/feed" rel="self" type="application/rss+xml" />
	<link>http://www.fordevs.com</link>
	<description>We Learn We Share</description>
	<lastBuildDate>Fri, 25 Nov 2011 18:55:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>How to set border color of a panel in c#</title>
		<link>http://www.fordevs.com/2009/12/how-to-set-border-color-of-a-panel-in-c.html</link>
		<comments>http://www.fordevs.com/2009/12/how-to-set-border-color-of-a-panel-in-c.html#comments</comments>
		<pubDate>Mon, 07 Dec 2009 15:09:33 +0000</pubDate>
		<dc:creator>joy</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[Color]]></category>
		<category><![CDATA[Panel]]></category>

		<guid isPermaLink="false">http://www.fordevs.com/?p=642</guid>
		<description><![CDATA[In c# for panel there no property to set border color directly.We can only set the border style using BorderStyle. To set the border color of a panel, Step 1 : Set BorderStyle property to None. Step 2 : Draw a rectangle and set the pen color in paint event of the panel private void [...]]]></description>
		<wfw:commentRss>http://www.fordevs.com/2009/12/how-to-set-border-color-of-a-panel-in-c.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

