Search
LayoutNode Class
See Also
 






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

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

 Syntax

C#  Copy Code

public sealed class LayoutNode : MulticastDelegate

Visual Basic  Copy Code

Public NotInheritable Class LayoutNode
    Inherits MulticastDelegate

 Inheritance Hierarchy

System.Object
    System.Delegate
        System.MulticastDelegate
            MindFusion.Diagramming.Layout.LayoutNode

 See Also