MindFusion.Wpf Pack Programmer's Guide
NodeConstraints.MinHeight Property
See Also
 





Gets or sets the minimal node height allowed.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double MinHeight { get; set; }

Visual Basic  Copy Code

Public Property MinHeight As Double

 Property Value

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

 See Also

NodeConstraints Members
NodeConstraints Class
MindFusion.Diagramming.Wpf Namespace