MindFusion.Wpf Pack Programmer's Guide
Layout.LayoutLink Property
See Also
 





Gets or sets a delegate, which is invoked when the position of a link is changed by the layout.

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

 Syntax

C#  Copy Code

public virtual LayoutLink LayoutLink { get; set; }

Visual Basic  Copy Code

Public Overridable Property LayoutLink As LayoutLink

 Property Value

An instance of the LayoutLink delegate.

 See Also

Layout Members
Layout Class
MindFusion.Diagramming.Wpf.Layout Namespace