@kirthi wrote:
I have a requirement that I have to show some information of selected link on the diagram. I was able to achieve the same by adding the node object in the .cs file. This node takes a label as child and the label’s content has the information of the selected medium.
There could me multiple of these nodes in the diagram as there could me multiple links in the diagram.
I am able to achieve the same by adding node from the code.What I want to achieve is that the unbound node’s template should be xaml and this node to be added to PartsModel programatically ( i.e. in C# code ). Also the label’s content should be updatable via view model.
Is it possible achieve the same? What is your suggestion on this ?
Posts: 1
Participants: 1