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
SyntaxC#
Copy Code
|
|---|
public bool StableSort { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property StableSort As Boolean |
See Also