Search
SwimlaneLayoutExtensions.CustomSortOrder(T) Method
See Also
 





Sets a value indicating whether the nodes in a lane should be arranged according to the custom sort order specified through LayoutTraits.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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

 Parameters

swimlaneLayout

value

 Return Value

 See Also