Search
LayeredLayout.StableSort Property
See Also
 






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

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

 Syntax

C#  Copy Code

public bool StableSort { get; set; }

Visual Basic  Copy Code

Public Property StableSort As Boolean

 Property Value

 See Also