Search
ContainerPage.Links Property
See Also
 





Gets the links on this page.

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

 Syntax

C#  Copy Code

public DiagramLinkCollection Links { get; }

Visual Basic  Copy Code

Public ReadOnly Property Links As DiagramLinkCollection

 Property Value

 Remarks

Unlike Nodes, the control does not add links to this collection automatically, as ownership could be ambiguous (when considering nested containers, cross-container links, etc). This list lets you associate links with a page yourself when you want it hidden along with the page. The container automatically hides links between direct child nodes of non-current page.

 See Also