DiagramLite Programmer's Guide
NodeConstraints.MaxHeight Property
See Also
 





Gets or sets the maximum node height allowed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double MaxHeight { get; set; }

Visual Basic  Copy Code

Public Property MaxHeight As Double

 Property Value

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

 See Also

NodeConstraints Members
NodeConstraints Class
MindFusion.Diagramming Namespace