Applies the layout to the specified subset of items from the specified VirtualizingDiagram instance.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public virtual bool Arrange ( |
Visual Basic Copy Code |
---|
Public Overridable Function Arrange( _ |
The VirtualizingDiagram that should be arranged.
A collection of data items from NodesSource and LinksSource that define the subgraph to arrange.
true if the diagram has been arranged successfully, or false otherwise.