Search
NodeConstraints.MinWidth Property
See Also
 





Gets or sets the minimal node width allowed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 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