c# - Best way to serialize a wpf element tree to Xaml? -
What is the best way to sort a wpf element tree for xml, so that I can get a representation of the design time?
XamlWriter.Save serious limitations, and it can only provide run-time representation
Perhaps Microsoft is not trying to make any one as a customized Gmail designer : (
As I understand, there is no direct method of representing xaml from design time Visual Tree. :)
Comments
Post a Comment