Search
Diagram.allowMultipleResize Property
See Also
 





Gets or sets a value indicating whether multiple selected nodes can be resized simultaneously.

Namespace: MindFusion.Diagramming
File: Diagram.js

 Syntax

JavaScript  Copy Code

get allowMultipleResize() {}
set allowMultipleResize(value) {}

 Property Value

Boolean

true to let the user resize multiple selected nodes, or false otherwise.

 See Also