GoDiagram Win Reference
GoLayoutTreeSorting Enumeration

This enumeration specifies whether to sort the children of a node, and in what order to position them.
Syntax
'Declaration
 
Public Enum GoLayoutTreeSorting 
   Inherits System.Enum
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.
ForwardsLay out each child in the order in which they were found.
ReverseLay out each child in reverse order from which they were found.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.Go.Layout.GoLayoutTreeSorting

Requirements

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

See Also

Reference

Northwoods.Go.Layout Namespace

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback