Search
OrthogonalLayout.refine Property
See Also
 





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

Namespace: MindFusion.Graphs
File: OrthogonalLayout.js

 Syntax

JavaScript  Copy Code

get refine() {}
set refine(value) {}

 Property Value

Boolean

True to refine the layout, or false otherwise.

 See Also