Search
ILayout.LayoutNode Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

LayoutNode LayoutNode { get; set; }

Visual Basic  Copy Code

Property LayoutNode As LayoutNode

 Property Value

An instance of the LayoutNode delegate.

 See Also