Specifies how the ResizeToFitText method should resize a node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum FitSize |
Visual Basic
Copy Code
|
|---|
Public Enum FitSize |
Members| Member name | Description | |
|---|---|---|
![]() |
KeepWidth |
Specifies that the original node width should remain intact. |
![]() |
KeepHeight |
Specifies that the original node height should remain intact. |
![]() |
KeepRatio |
Allows changing both the width and height of a node, but keep the original width/height ratio if possible. |
See Also