Search
OrthogonalLayout.Refine Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 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