Gets or sets a delegate, which is invoked when the position of a link is changed by the layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
LayoutLink LayoutLink { get; set; } |
Visual Basic
Copy Code
|
|---|
Property LayoutLink As LayoutLink |
An instance of the LayoutLink delegate.
See Also