DiagramLite Programmer's Guide
NodeConstraints.MaxWidth Property
See Also
 





Gets or sets the maximum node width allowed.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double MaxWidth { get; set; }

Visual Basic  Copy Code

Public Property MaxWidth As Double

 Property Value

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

 See Also

NodeConstraints Members
NodeConstraints Class
MindFusion.Diagramming Namespace