Gets or sets a value indicating whether the layout algorithm should recreate its internal graph representation for the MindFusion.Diagramming diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public bool RecreateGraph { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property RecreateGraph As Boolean |
true if the graph representation should be recreated when Arrange is executed, otherwise, false. The default is false.
RemarksKeep this property set to false if you wish to use the AddNode and InsertNode methods to implement incremental layout.
See Also