GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeSorting Enumeration
In This Topic
    GoLayoutTreeSorting Enumeration
    In This Topic
    This enumeration specifies whether to sort the children of a node, and in what order to position them.
    Syntax
    public enum GoLayoutTreeSorting : System.Enum 
    Members
    MemberDescription
    AscendingLay out each child according to the sort order given by GoLayoutTreeNode.Comparer.
    DescendingLay out each child in reverse sort order given by GoLayoutTreeNode.Comparer.
    Forwards Lay out each child in the order in which they were found.
    Reverse Lay out each child in reverse order from which they were found.
    See Also