Search
ShapeNode.resizeToFitText Method
See Also
 






Makes the shape node big enough to display its text without clipping.

Namespace: MindFusion.Diagramming
File: ShapeNode.js

 Syntax

JavaScript  Copy Code

function resizeToFitText (fit)

 Parameters

fit

One of the FitSize enumeration values.

 Return Value

true if the node is resized successfully; otherwise, false.

 See Also