MindFusion.Wpf Pack Programmer's Guide
LayoutLink Delegate
See Also
 





Represents methods that are called by the layout algorithms when the position of a link changes.

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

 Syntax

C#  Copy Code

public delegate void LayoutLink (
    Object link
)

Visual Basic  Copy Code

Public Delegate Sub LayoutLink( _
    link As Object _
)

 Parameters

link

A reference to the link being laid out.

 See Also

MindFusion.Diagramming.Wpf.Layout Namespace