Search
FitSize Enumeration
See Also
 





Specifies how the ResizeToFitText method should resize a node.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum FitSize

Visual Basic  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 the original width/height ratio if possible.

KeepWidth

Specifies that the original node width should remain intact.

 See Also