Represents methods that are called by the layout algorithms in order to perform custom arrangement of a subgraph.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public sealed class LayoutSubgraph : MulticastDelegate |
Visual Basic
Copy Code
|
|---|
Public NotInheritable Class LayoutSubgraph |
Inheritance HierarchySystem.Object![]()
System.Delegate![]()
System.MulticastDelegate![]()
MindFusion.Diagramming.Layout.LayoutSubgraph
See Also