MindFusion.Wpf Pack Programmer's Guide
LayeredLayoutExtensions.StableSort(T) Method
See Also
 





Sets a value indicating whether to apply stable sorting during the layout algorithm. Stable sorting sometimes produces more readable results.

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

 Syntax

C#  Copy Code

public static T StableSort<T> (
    T layeredLayout,
    bool value
) where T : LayeredLayout

Visual Basic  Copy Code

Public Shared Function StableSort(Of T As LayeredLayout) ( _
    layeredLayout As T, _
    value As Boolean _
) As T

 Parameters

layeredLayout

value

 Return Value

 See Also

LayeredLayoutExtensions Members
LayeredLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace