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