Gets the links on this page.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramLinkCollection Links { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Links As DiagramLinkCollection |
A DiagramLinkCollection instance.
RemarksUnlike 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