Search
NodeConstraints.MaxHeight Property
See Also
 





Gets or sets the maximal node height allowed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float MaxHeight { get; set; }

Visual Basic  Copy Code

Public Property MaxHeight As Single

 Property Value

0 = no height constraints; any other value specifies the maximal node height allowed.

 See Also