Gets or sets the minimal node width allowed.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double MinWidth { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property MinWidth As Double |
0 = no width constraints; any other value specifies the minimal node width allowed.
See Also