Search
SwimlaneLayoutExtensions.CollapseEmptyLanes(T) Method
See Also
 





Get or sets a value indicating whether lanes without associated nodes will shrink to zero size. By default, empty lanes will have size equal to LaneDistance.

Namespace: MindFusion.Diagramming.Layout.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

swimlaneLayout

value

 Return Value

 See Also