Northwoods.GoSilverlight 1.2.2 Assembly
TreeSorting Enumeration
See Also  Send Feedback
Northwoods.GoXam.Layout Namespace : TreeSorting Enumeration

This enumeration specifies whether to sort the children of a node, and in what order to position them.

Syntax

Visual Basic (Declaration) 
Public Enum TreeSorting 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
C# 
public enum TreeSorting : System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
AscendingLay out each child according to the sort order given by TreeVertex.Comparer.
DescendingLay out each child in reverse sort order given by TreeVertex.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.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Northwoods.GoXam.Layout.TreeSorting

Requirements

See Also

© 2010 All Rights Reserved.