Search
TreeLayout.UpdateLink Method
See Also
 






Updates the style and position of the specified arrow.

Namespace: MindFusion.Diagramming.Layout
Assembly: 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