MindFusion.Wpf Pack Programmer's Guide
TreeViewItem.OutgoingLinks Property
See Also
 





Gets a collection of all links that go out of this item.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public DiagramLinkCollection OutgoingLinks { get; }

Visual Basic  Copy Code

Public ReadOnly Property OutgoingLinks As DiagramLinkCollection

 Property Value

An instance of the DiagramLinkCollection class.

 Remarks

The property returns a collection of all links that start from this item. Use it to access the links or get their number.

 See Also

TreeViewItem Members
TreeViewItem Class
MindFusion.Diagramming.Wpf Namespace