MindFusion.Wpf Pack Programmer's Guide
OrthogonalLayout.Refine Property
See Also
 





Gets or sets a value indicating whether to refine the layout.

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

 Syntax

C#  Copy Code

public bool Refine { get; set; }

Visual Basic  Copy Code

Public Property Refine As Boolean

 Property Value

true to run a refinement pass, otherwise false. The default value is true.

 See Also

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