Search
TreeLayout.UpdateLink Method
See Also
 





Updates the style and position of the specified link.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void UpdateLink (
    DiagramLink a,
    bool ignoredDirection
)

Visual Basic  Copy Code

Public Sub UpdateLink( _
    a As DiagramLink, _
    ignoredDirection As Boolean _
)

 Parameters

a
A DiagramLink that will be updated.
ignoredDirection

 See Also