MindFusion.Wpf Pack Programmer's Guide
SwimlaneLayoutExtensions.KeepLaneSizes(T) Method
See Also
 





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.Fluent
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static T KeepLaneSizes<T> (
    T swimlaneLayout,
    bool value
) where T : SwimlaneLayout

Visual Basic  Copy Code

Public Shared Function KeepLaneSizes(Of T As SwimlaneLayout) ( _
    swimlaneLayout As T, _
    value As Boolean _
) As T

 Parameters

swimlaneLayout

value

 Return Value

 See Also

SwimlaneLayoutExtensions Members
SwimlaneLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace