Represents methods that are called by the layout algorithms when the position of a link changes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public delegate void LayoutLink ( |
Visual Basic
Copy Code
|
|---|
Public Delegate Sub LayoutLink( _ |
A reference to the link being laid out.
See Also