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





Gets or sets the minimal node width allowed.

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

 Syntax

C#  Copy Code

public double MinWidth { get; set; }

Visual Basic  Copy Code

Public Property MinWidth As Double

 Property Value

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

 See Also

NodeConstraints Members
NodeConstraints Class
MindFusion.Diagramming.Wpf Namespace