Search
Layout.keepGroupLayout Property
See Also
 






Gets or sets whether to treat each group of attached nodes as a single vertex in the arranged graph.

Namespace: MindFusion.Graphs
File: Layout.js

 Syntax

JavaScript  Copy Code

get keepGroupLayout() {}
set keepGroupLayout(value) {}

 Property Value

Boolean

true if each group should be processed as an integral graph node, or false otherwise. The default is false.

 See Also