Northwoods.Go.Layout Assembly > Northwoods.Go.Layout Namespace : GoLayoutTreeSorting Enumeration |
'Declaration Public Enum GoLayoutTreeSorting Inherits System.Enum
public enum GoLayoutTreeSorting : System.Enum
Member | Description |
---|---|
Ascending | Lay out each child according to the sort order given by GoLayoutTreeNode.Comparer. |
Descending | Lay 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. |
System.Object
System.ValueType
System.Enum
Northwoods.Go.Layout.GoLayoutTreeSorting
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2