MindFusion.Wpf Pack Programmer's Guide
FlowLayout.RecreateGraph Property
See Also
 





Defines whether the layout algorithm should recreate its internal graph representation for the Diagramming for WPF diagram.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool RecreateGraph { get; set; }

Visual Basic  Copy Code

Public Property RecreateGraph As Boolean

 Property Value

true if the graph representation should be recreated when Arrange executes, otherwise, false. The default is false.

 Remarks

Keep this property set to false if you wish to use the AddNode and InsertNode methods to implement incremental layout.

 See Also

FlowLayout Members
FlowLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace