Gets or sets the maximal node height allowed.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double MaxHeight { get; set; } |
Visual Basic Copy Code |
---|
Public Property MaxHeight As Double |
0 = no height constraints; any other value specifies the maximal node height allowed.
WpfDiagram Programmer's Guide | © 2024 MindFusion |