Please tell me how best to make the save in my program? I will save all the elements from the canvas
(it is in the picture), saving the child objects and all their properties ( tag
, name
, events, if any, margin
, etc.), and besides the graphic elements I also need to save the list (which there is also), which consists of classes, as an example I gave one class and bundles (red arrows) that will be there. I wanted to save everything in xml, but I don’t know whether to do it right?
|
ItemsControl
). Building a UI manually means restricting WPF to WinForms. - VladD