Search
SwimlaneLayoutExtensions.CompactNodes(T) Method
See Also
 





Sets a value indicating whether the nodes within individual lanes are compacted.

Namespace: MindFusion.Diagramming.Layout.Fluent
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

swimlaneLayout

value

 Return Value

 See Also