Gets the node's element to which the link will be connected.
Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming
C# Copy Code |
---|
public Object NodeElement { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property NodeElement As Object |
The element of a compound node to which the link will connect.
This property could refer to a TreeViewItem if the link connects to a TreeViewNode, or a Row if the link connects to a TableNode.