Gets or sets a delegate, which is invoked when the position of a node is changed by the layout.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public virtual LayoutNode LayoutNode { get; set; } |
Visual Basic Copy Code |
---|
Public Overridable Property LayoutNode As LayoutNode |
An instance of the LayoutNode delegate.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |