Enum SortOrder

GoDiagram®
v10.0.8
by Northwoods Software®

These values specify the order that nodes will be sorted, if applicable. Used for SortOrder.

Namespace: Northwoods.Go.Layouts.Extensions
Assembly: PackedWinForms.dll
Syntax
public enum SortOrder

Fields

Name Description
Ascending

Nodes will be sorted in ascending order; this value is used for SortOrder.

Does nothing if SortMode is set to None.

Descending

Nodes will be sorted in descending order; this value is used for SortOrder.

Does nothing if SortMode is set to None.