Specifies how the ResizeToFitText method should resize a node.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public enum FitSize |
Visual Basic Copy Code |
---|
Public Enum FitSize |
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 the original width/height ratio if possible. |
|
KeepWidth |
Specifies that the original node width should remain intact. |
Diagramming for .NET MAUI Guide | © 2024 MindFusion |