Applies the layout on the specified subset of items from the specified Diagram instance.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public override bool Arrange ( |
Visual Basic
Copy Code
|
|---|
Public Overrides Function Arrange ( _ |
Specifies a subset of diagram items to arrange.
true if the diagram has been arranged successfully; otherwise, false.
See Also