XamlWriter.Save() doesnt preserve attributes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • quddusaliquddus
    New Member
    • May 2009
    • 23

    XamlWriter.Save() doesnt preserve attributes

    Hi :),
    I am trying to get the XElement representing the contents of a Viewport3D control in a form in WPF.

    If I do this: XamlWriter.Save (Viewport3DName )

    then the attributes of the contents of the Viewport3D are not saved by the XamlWriter.

    I thnk its described here: http://msdn.microsoft.com/en-us/library/ms754193.aspx

    My aim is to get the structure of the contents of the Viewport along with names of 3D objects contained within.

    Any help would is welcomed.

    Thanks

    Q
Working...