I have a number of RadDiagramConnections (as Beziers) in a RadDiagram and need to serialize the individual connection's geometry (the beizer curve).
Basically when the user modifies the look of the bezier I need to store that so next time my model is loaded it will look exactly the same.
I don’t want to use the Diagram’s serialize as the diagram is only a representation of an MVC model.
I also build my own connections from the model but I need to somehow store/restore the bezier curve for each connection.
Help greatly appreciated.
Just a quick update: The user can control the look of the curve by two blue circular elements. They drag either in any direction and the curve changes. All I really need is a way to get/set these "blue ui elements" and the curve will follow.
Just a quick update: The user can control the look of the curve by two blue circular elements. They drag either in any direction and the curve changes. All I really need is a way to get/set these "blue ui elements" and the curve will follow.