Search
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.Layout
Package: MindFusion.Diagramming

 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