GoXam for WPF v3
TreeArrangement Enumeration
Northwoods.GoXam.Layout Namespace : TreeArrangement Enumeration
This enumeration specifies how to position the resulting trees in the document.
Syntax
public enum TreeArrangement : System.Enum 
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

See Also

Reference

Northwoods.GoXam.Layout Namespace