<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.silverlight.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>Programming with .NET - General</title><link>http://forums.silverlight.net/forums/17.aspx</link><description>General discussions around authoring Silverlight .NET applications.</description><dc:language>en</dc:language><generator>CommunityServer 2007 (Build: 20416.853)</generator><item><title>Re: Re: Re: Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/144340.aspx</link><pubDate>Mon, 08 Dec 2008 19:58:32 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:144340</guid><dc:creator>ferdna</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/144340.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=144340</wfw:commentRss><description>&lt;p&gt;url that you posted doesn&amp;#39;t take to article.. here it is: &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;http://www.codeproject.com/KB/silverlight/PathAnimation.aspx&lt;/p&gt;</description></item><item><title>Re: Re: Re: Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/127914.aspx</link><pubDate>Mon, 10 Nov 2008 10:40:07 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:127914</guid><dc:creator>Qbus</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/127914.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=127914</wfw:commentRss><description>&lt;p&gt;I haven&amp;#39;t tried it out yet, but this seems to solve my problem at least:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.codeproject.com/script/Forums/Edit.aspx?fid=1529956&amp;amp;floc=/KB/silverlight/PathAnimation.aspx"&gt;http://www.codeproject.com/script/Forums/Edit.aspx?fid=1529956&amp;amp;floc=/KB/silverlight/PathAnimation.aspx&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/121487.aspx</link><pubDate>Fri, 31 Oct 2008 01:24:19 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:121487</guid><dc:creator>Wolf Schmidt (MSFT)</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/121487.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=121487</wfw:commentRss><description>&lt;p&gt;Well ... I&amp;#39;d shy away from stating you HAVE to make your Path&amp;#39;s this way because of the designer issue you mention. An interesting read on the whole using designer-produced XAML issue is this whitepaper: &lt;a href="http://windowsclient.net/wpf/white-papers/thenewiteration.aspx"&gt;http://windowsclient.net/wpf/white-papers/thenewiteration.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That&amp;nbsp;is actually a WPF oriented whitepaper but the general ideas are similar.&lt;/p&gt;
&lt;p&gt;I think what the authors of the paper would suggest would be accept the path as designer output and do your darndest to do what you need to do with a transform that treats the finished path as a rect, but that isn&amp;#39;t always possible of course.&lt;/p&gt;
&lt;p&gt;I don&amp;#39;t know all the specifics of Path.Data, but here is one thing I do know: the issue is the same in WPF - there&amp;#39;s no accessible object model backing for an object tree that gets made out of Path.Data. It&amp;#39;s a vector that renders but it&amp;#39;s not there piecewise in a visual tree or otherwise. At one point in the prerelease WPF lifecycle, there was a review of every &amp;quot;minilanguage&amp;quot; that was enabled in WPF XAML, and that review was pretty much driven by the issues you mention: how can anyone (a tool, a human being, any serialization roundtripping) discover what is valid or invalid in that minilanguage? Why not instead express it more object-wise where things like underlying object models can better make discoverable and enforce the rules? Path.Data however was a special case where the minilanguage was permitted to stay, and so here we are.&lt;/p&gt;</description></item><item><title>Re: Re: Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/119766.aspx</link><pubDate>Tue, 28 Oct 2008 23:48:34 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:119766</guid><dc:creator>Qbus</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/119766.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=119766</wfw:commentRss><description>&lt;p&gt;I have the same issue. So what you are saying is that I need to make all my Paths like this:&lt;/p&gt;&lt;p&gt;&amp;lt;Path Margin=&amp;quot;30.5,84.5,43.5,101.5&amp;quot; Fill=&amp;quot;#FFFFFFFF&amp;quot; Stretch=&amp;quot;None&amp;quot; Stroke=&amp;quot;#FF000000&amp;quot; x:Name=&amp;quot;MyPath&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Path.Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PathGeometry&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PathFigure StartPoint=&amp;quot;0.501983523368835,113.5&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LineSegment Point=&amp;quot;123.989723205566,0.5&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LineSegment Point=&amp;quot;206.816864013672,110&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;LineSegment Point=&amp;quot;325.498016357422,4&amp;quot;/&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/PathFigure&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/PathGeometry&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Path.Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/Path&amp;gt;&lt;/p&gt;&lt;p&gt;To make this work? That&amp;#39;s pretty bad, expecially when you have an application with alot of Path&amp;#39;s in it.&lt;/p&gt;&lt;p&gt;Why make is this difficult when you(Microsoft) want us to use Blend too? I mean, if you use Blend out of the box, which every designer will do, a Path is NOT written this way in the XAML. So when a designer have created alot of sweet looking stuff, we need to make it all over to be able to find the &amp;quot;points&amp;quot; of the Path&amp;#39;s...&lt;/p&gt;&lt;p&gt;Sorry to be alittle negative, as I&amp;#39;m normally VERY happy about Silverlight, I just think this is weird. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/114603.aspx</link><pubDate>Tue, 21 Oct 2008 19:29:09 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:114603</guid><dc:creator>ssawchenko</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/114603.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=114603</wfw:commentRss><description>&lt;p&gt;Thank you very much for the details - that was exactly what I was looking to get a grasp on.&amp;nbsp; I&amp;#39;m embarrassed to say I didn&amp;#39;t even see the difference between the MSDN and Silverlight documentation online... often I get to the documentation from searches and didn&amp;#39;t even look at the breadcrumb notation at the top of the page to notice that page was for WPF.&amp;nbsp; /facepalm&lt;br /&gt;&lt;/p&gt;&lt;p&gt;So really, I will always need access to the Figures collection [no matter if I was running in WPF or Silverlight] I would need to use the verbose syntax in order to get the run time object to manipulate.&amp;nbsp; Good to know ^^&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Again, thank you everyone, these forums have saved my sanity on multiple occasions!&amp;nbsp; &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/114597.aspx</link><pubDate>Tue, 21 Oct 2008 19:07:19 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:114597</guid><dc:creator>Wolf Schmidt (MSFT)</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/114597.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=114597</wfw:commentRss><description>&lt;p&gt;PathGeometry.Figures does not support the Path minilanguage/syntax in Silverlight. However, Path.Data DOES support the Path minilanguage/syntax in Silverlight.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;In Silverlight, if you use the minilanguage and set Path.Data, you get your intended path and its various parts rendered, but you do NOT get a run-time object tree representation of how that minilanguage was parsed such that you could walk into Figures, Segments, etc. You have to use the verbose form of markup by putting various PathFigure-type object elements under PathGeometry.Figures IF you want discrete run-time &amp;quot;parts&amp;quot; (and for best results, put some &amp;quot;Name&amp;quot; attributes on there so that you don&amp;#39;t even need to walk, you can just use FindName).&lt;/p&gt;
&lt;p&gt;BTW, in WPF, you also do not get object-tree representation of a path created via the mini-language. The only delta is that Silverlight only supports parsing/processing of the minilanguage on Path.Data whereas WPF supports it for either Path.Data OR PathGeometry.Figures.&lt;/p&gt;
&lt;p&gt;PS: the MSDN article you linked two posts above is specifically the WPF version of the Path Markup Syntax information. You need to look at &lt;a href="http://msdn.microsoft.com/en-us/library/cc189041(VS.95).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc189041(VS.95).aspx&lt;/a&gt;&amp;nbsp;which is the Silverlight version. In general, you do have to keep an eye on whether you are looking at a WPF topic or a Silverlight topic when you look at MSDN, because many cases the TOC organization/titling etc. is similar between WPF and Silverlight but the information on the specific pages is often quite different because of the inherent technology differences.&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/114565.aspx</link><pubDate>Tue, 21 Oct 2008 17:55:04 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:114565</guid><dc:creator>ssawchenko</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/114565.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=114565</wfw:commentRss><description>&lt;p&gt;So I found &lt;a href="http://silverlight.net/forums/t/34164.aspx"&gt;another thread&lt;/a&gt; which had the exact same parse error that I showed in my last post... and here the answer is:&lt;/p&gt;&lt;p&gt;&lt;i&gt;&amp;quot;The PathGeometry.Figures property does not support the path
&amp;quot;mini-language&amp;quot; syntax in Silverlight. You have to use the verbose
explicit markup to describe those figures in your XAML.&amp;quot;&lt;/i&gt;&lt;/p&gt;&lt;p&gt;Is that correct?&amp;nbsp; Silverlight doesn&amp;#39;t support that syntax for Figures?&amp;nbsp; Am I able to get this confirmed - do I have to use the verbose method of markup in Silverlight?&amp;nbsp; This is extremely frustrating given that many examples, even on MSDN, use this syntax. &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/114546.aspx</link><pubDate>Tue, 21 Oct 2008 17:22:12 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:114546</guid><dc:creator>ssawchenko</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/114546.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=114546</wfw:commentRss><description>&lt;p&gt;Alrighty, new problem now.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m now using the correct path notation [actually I&amp;#39;ve taken the example DIRECTLY from the msdn page on path syntax to make sure I have everything correct], but I am getting a parse exception when I load the xaml.&lt;/p&gt;
&lt;p&gt;I am loading the following string via XAMLReader.Load [I have included the wrapper namespace because it is my understanding that XAMLReader requires this]:&lt;/p&gt;
&lt;code&gt;
&lt;/code&gt;&lt;p&gt;&amp;quot;&amp;lt;Canvas xmlns=&amp;quot;http://schemas.microsoft.com/client/2007&amp;quot; xmlns:x=&amp;quot;http://schemas.microsoft.com/winfx/2006/xaml&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Path Stroke=&amp;quot;Black&amp;quot; Fill=&amp;quot;Gray&amp;quot;&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Path.Data&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;PathGeometry Figures=&amp;quot;M 10,100 C 10,300 300,-200 300,100&amp;quot; /&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;lt;/Path.Data&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;/Path&amp;gt;&lt;br /&gt;&amp;lt;/Canvas&amp;gt;&amp;quot; &lt;/p&gt;&lt;p&gt;And I am getting the XamlParseException &amp;quot;Invalid attribute value M 10,100 C 10,300 300,-200 300,100 for property Figures. [Line: 5 Position: 27]&amp;quot;.&amp;nbsp; Like I said, this example was taken directly from the msdn documentation, any ideas what is going wrong?&lt;/p&gt;&lt;p&gt;Thank you again for your help! &lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/114492.aspx</link><pubDate>Tue, 21 Oct 2008 16:08:29 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:114492</guid><dc:creator>ssawchenko</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/114492.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=114492</wfw:commentRss><description>&lt;p&gt;Hmm... I guess the underlying problem is that I failed to fully read the &lt;a href="http://msdn.microsoft.com/en-us/library/ms752293%28VS.85%29.aspx"&gt;msdn documentation on Path Markup Syntax &lt;/a&gt;which talks about the difference between &lt;b&gt;StreamGeometry &lt;/b&gt;and &lt;b&gt;PathFigureCollection &lt;/b&gt;Mini-Languages.&amp;nbsp; I imagine what I did was take a StreamGeometry example from somewhere as my basis for the syntax and use that incorrectly.&lt;/p&gt;&lt;p&gt;&lt;i&gt;As you can see from the preceding examples, the two mini-languages are very similar. It&amp;#39;s always possible to use a PathGeometry in any situation where you could use a StreamGeometry; so which one should you use? Use a StreamGeometry when you don&amp;#39;t need to modify the path after creating it; use a PathGeometry if you do need to modify the path.&amp;nbsp; &lt;/i&gt;&lt;/p&gt;&lt;p&gt;That right there tells me I should have been using PathGeometry instead, although, my concern is that I have no control over the XAML string being fed into my application - so my fear is that I may actually end up getting the incorrect geometry from a user.&amp;nbsp; I guess I will just have to make documentation very, very clear!&amp;nbsp; From other threads I&amp;#39;ve read, we *used* to be able to access the Data property of a StreamGeometry, but I guess that was never intended.&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Thank you so much for your help! &lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/114287.aspx</link><pubDate>Tue, 21 Oct 2008 12:04:36 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:114287</guid><dc:creator>Yi-Lun Luo - MSFT</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/114287.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=114287</wfw:commentRss><description>&lt;p&gt;Hello, this is by design. When using the Path markup mini language to define a Path&amp;#39;s Data, you won&amp;#39;t be able to get it in code behind. What you get is always empty. You have to use the full syntax.&lt;/p&gt;
&lt;p&gt;&amp;lt;Path.Data&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;PathGeometry/&amp;gt;&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;&amp;lt;/Path.Data&amp;gt;&lt;/p&gt;
&lt;p&gt;A quick solution is to create a PointAnimtaion in Blend, and the syntax will automatically be expanded.&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/113659.aspx</link><pubDate>Mon, 20 Oct 2008 19:03:28 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:113659</guid><dc:creator>damonpayne</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/113659.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=113659</wfw:commentRss><description>&lt;p&gt;I&amp;#39;m running RTW and I get the same behavior, so upgrading is not likely to fix it&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/113610.aspx</link><pubDate>Mon, 20 Oct 2008 17:37:42 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:113610</guid><dc:creator>ssawchenko</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/113610.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=113610</wfw:commentRss><description>&lt;p&gt;Even doing this: &lt;/p&gt;
&lt;p&gt;&lt;font size="2" color="#0000ff"&gt;var&lt;/font&gt;&lt;font size="2"&gt; o = path.GetValue(&lt;/font&gt;&lt;font size="2" color="#2b91af"&gt;Path&lt;/font&gt;&lt;font size="2"&gt;.DataProperty);&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;gives me a PathGeometry object with an empty collection [Figures].&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could a MS rep comment on this?&amp;nbsp; Is this a bug?&amp;nbsp; I&amp;#39;m still developing in RC0 - I was hoping to get things a little more stable before I upgrade.&amp;nbsp; I&amp;#39;ll try upgrading today though just to see if it was fixed in the Silverlight 2 release.&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/113594.aspx</link><pubDate>Mon, 20 Oct 2008 16:59:31 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:113594</guid><dc:creator>ssawchenko</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/113594.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=113594</wfw:commentRss><description>&lt;p&gt;I&amp;#39;ve read many other posts with people having a similar issue, although none have recieved a response from a MS rep that I have seen.&amp;nbsp; This happened with the Beta 2 release from what people have been saying.&amp;nbsp; Many other people are simply writing to the property and could find work arounds for that... but I need to&amp;nbsp;READ the path geometry so none of their work arounds seem to fix my issue since I can&amp;#39;t actually get access to the path data.&lt;/p&gt;
&lt;p&gt;What I am trying to do is create do a serialization of sorts, where given a path element I can create and spit back a string with the XAML representation.&amp;nbsp; To do this I needed to get access to the path data... which is where I ran into this issue.&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/113536.aspx</link><pubDate>Mon, 20 Oct 2008 16:00:00 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:113536</guid><dc:creator>damonpayne</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/113536.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=113536</wfw:commentRss><description>&lt;p&gt;The term is &amp;quot;Path Data Syntax&amp;quot;.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/cc189041(VS.95).aspx"&gt;http://msdn.microsoft.com/en-us/library/cc189041(VS.95).aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;That seems odd that the PathGeometry is empty, I&amp;#39;ll try it locally&lt;/p&gt;
&lt;p&gt;{Edit: It is empty, I saw no way to get at the various path figures through TypeConverters, PathFigureCollection, Segments, or anything else.&amp;nbsp; This would seem to be a bug?&amp;nbsp;}&lt;/p&gt;</description></item><item><title>Re: Accessing Path.Data Programatically [PathGeometry]... is this possible?</title><link>http://forums.silverlight.net/forums/thread/113505.aspx</link><pubDate>Mon, 20 Oct 2008 15:39:15 GMT</pubDate><guid isPermaLink="false">d0d632c8-a6f7-4f68-b0ce-26aaafd62132:113505</guid><dc:creator>ssawchenko</dc:creator><slash:comments>0</slash:comments><comments>http://forums.silverlight.net/forums/thread/113505.aspx</comments><wfw:commentRss>http://forums.silverlight.net/forums/commentrss.aspx?SectionID=17&amp;PostID=113505</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;Just bumping my post... I really need a solution to this, I&amp;#39;m kind of at a standstill in my project.&lt;br /&gt;&lt;/p&gt;</description></item></channel></rss>