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

This enumeration specifies how to position the resulting trees in the document.

Syntax

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

Members

MemberDescription
FixedRoots Do not move each root node, but position all of their descendents relative to their root.
HorizontalPosition each tree in a non-overlapping fashion by increasing X coordinates, starting at the DiagramLayout.ArrangementOrigin.
VerticalPosition each tree in a non-overlapping fashion by increasing Y coordinates, starting at the DiagramLayout.ArrangementOrigin.

Inheritance Hierarchy

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

Requirements

See Also

© 2010 All Rights Reserved.