views:

771

answers:

3

I'm trying to write out an object in Silverlight (2) as Xaml. http://www.codeplex.com/silverlightcontrib won't work for me because it's not a FrameworkElement that I'm dealing with. Does anyone know if XamlWriter exists in Silverlight 3?

+1  A: 

Unfortunately it's not in current version of SL3 and it seems that it won't make it to the final version either.

jarek
+2  A: 

It's still not in Silverlight 4 either.

Chris Pietschmann
A: 

This might be a useful substitute for serializing to Xaml however: http://www.davidpoll.com/2010/07/25/to-xaml-with-love-an-experiment-with-xaml-serialization-in-silverlight/

bennage