MindFusion.Wpf Pack Programmer's Guide
FlowLayout.ChangeLaneDimensions Property
See Also
 





Gets or sets a value indicating whether the layout algorithm is allowed to change the initial Lane dimensions.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool ChangeLaneDimensions { get; set; }

Visual Basic  Copy Code

Public Property ChangeLaneDimensions As Boolean

 Property Value

true if the algorithm is allowed to change the lane dimensions; otherwise, false. The default is true.

 See Also

FlowLayout Members
FlowLayout Class
MindFusion.Diagramming.Wpf.Layout Namespace