Specifies how the ShapeNode.resizeToFitText method should resize a box.
Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming
SyntaxJava
Copy Code
|
|---|
public enum FitSize |
Members| Member name | Description | |
|---|---|---|
![]() |
KeepHeight |
Specifies that the original node height should remain intact. |
![]() |
KeepRatio |
Allows changing both the width and height of a node, but keep |
![]() |
KeepWidth |
Specifies that the original node width should remain intact. |
See Also