I need to add some images to my node using the Annotation and C#. I know that there should be a way of doing that because of this https://www.syncfusion.com/kb/6823/how-to-add-image-annotations-to-a-node. However, I was not able to find an example of it neither in the documentation nor in the forum. I really would appreciate it if you could provide an example.
Thank you,
Hello Karkuvel
The main menu of the application is a Winforms menu. It includes several buttons that open different windows within it. One of the buttons deploys a WPF form within an element host object. A DockingManager that contains an SFTreeView and an SFdiagram constitute this WPF UserControl. The same button allows inserting more tabs with SFDiagrams to the WPF UserControl. So, nodes are created by dragging or clicking the elements within the treeView, and then dropping them or clicking on the diagram area. One of those nodes must contain several images that may change dynamically (without changing the base image of the NodeViewModel). The annotation element seems to be the best way, if not the only one, of achieving this goal.
Thank you,
Tomas