Represents methods that are called by the layout algorithms in order to perform custom arrangement of a subgraph.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public delegate bool LayoutSubgraph ( |
Visual Basic Copy Code |
---|
Public Delegate Function LayoutSubgraph( _ |
The diagram being arranged.
The subset of items to arrange.
true if the items were arranged; otherwise, false.