Search
SwimlaneLayout.KeepLaneSizes Property
See Also
 





Gets or sets a value indicating whether the layout will attempt to preserve the original sizes of the lanes in the supplied grid.

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool KeepLaneSizes { get; set; }

Visual Basic  Copy Code

Public Property KeepLaneSizes As Boolean

 Property Value

true to preserve lane sizes, otherwise false. The default value is false.

 See Also