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

 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