i have wirte a program that can let people to modify or create the Control over ie ,
but how can i get the xaml content after user modify, and send it to server ?
There is no XamlWriter in silverlight, however someone tried to do it. See here http://weblogs.asp.net/mehrantoosi/archive/2008/03/03/silverlight-s-xamlwriter.aspx
It has been done for silverlight 1.1, you will need to try to convert to silverlight 2.
Thierry BouquainUcayahttp://www.ucaya.com
okay , so i should write a parser myself , but when i GetValue from a Path , the GetValue['Data'] , it return a PathGeometry , i can't get the really Data .
= =