Specifies how the resizeToFitText method should resize a node.
Namespace: MindFusion.Diagramming
Assembly: Enum.js
SyntaxJavaScript
Copy Code
|
|---|
// enum |
Members| Member name | Description | |
|---|---|---|
![]() |
KeepWidth |
The original node width should remain intact. |
![]() |
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. |
See Also