Search
FitSize Enumeration
See Also
 





Specifies how the resizeToFitText method should resize a node.

Namespace: MindFusion.Diagramming
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
FitSize = {}

 Members

  Member name Description

KeepHeight

The original node height should remain intact.

KeepRatio

Allow changing both the width and height of a node, but keep the original width/height ratio if possible.

KeepWidth

The original node width should remain intact.

 See Also