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
C# Copy Code |
---|
public bool KeepLaneSizes { get; set; } |
Visual Basic Copy Code |
---|
Public Property KeepLaneSizes As Boolean |
true to preserve lane sizes, otherwise false. The default value is false.