Search
SwimlaneLayout.CustomSortOrder Property
See Also
 





Gets or 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
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public bool CustomSortOrder { get; set; }

Visual Basic  Copy Code

Public Property CustomSortOrder As Boolean

 Property Value

 See Also