Specifies how the resizeToFitText method should resize a node.
Namespace: MindFusion.Diagramming
File: Enum.js
JavaScript Copy Code |
---|
// enum |
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. |
JavaScript Pack Programmer's Guide | © 2024 MindFusion |