MindFusion.Wpf Pack Programmer's Guide
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.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 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

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