Hi ,
I have a requirement, where all the nodes contains a invisible icon. We have a context menu with option “Set As Primary” and when user click on this context menu item, the icon within that node should be made visible.
So is there a sample code to iterate through all the shapes, panel, text block and picture elements that constitutes the node for a selected node, So that while iterating we can dynamically set the visible property of the picture as per our requirement.
Thanks.