Gets the DiagramNode that represents the specified data item on screen.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramNode GetDiagramNode ( |
Visual Basic
Copy Code
|
|---|
Public Function GetDiagramNode( _ |
An element of NodesSource.
A DiagramNode representing the specified data item, or null if the item is not shown on screen.
See Also