Gets the item to which the link connects.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public TreeViewItem Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As TreeViewItem |
A TreeViewItem instance specifying the connection's target item.
See Also