Export to XML the size of resizable nodes

Hi Walter! I have several nodes in my application that i need to export to a xml file for backup. One of them i need to save the current size (width and height), because it is resizable. I’m using the properties MinWidth and MinHeight binded (in twoWay mode) but although the values are being exported to xml file and the properties been updated that is not passed to xaml (to MinWidth and MinHeight properties). Do you have any idea what can i do? Thanks

I have been asked to remind you that you have been using our support for several months even though you have not yet purchased a license and do not plan to purchase support.

If you want to save the width and height, you should TwoWay bind the Width and Height properties, not MinWidth and MinHeight.