Search
NodeConstraints.MaxWidth Property
See Also
 





Gets or sets the maximal node width allowed.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public float MaxWidth { get; set; }

Visual Basic  Copy Code

Public Property MaxWidth As Single

 Property Value

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

 See Also