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

This enumeration specifies how to position a parent TreeVertex relative to its children, or how to align children in a bus.

Syntax

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

Members

MemberDescription
BottomRightBus The children are positioned in a bus, only on the bottom or right side of the parent. A bus does not take BreadthLimit into account.
Bus The children are positioned in a bus with the parent centered above or below. A bus does not take BreadthLimit into account.
CenterChildren The parent is centered at the middle of the range of its immediate child nodes. When there is a breadth limit that causes there to be multiple rows, the links that extend from the parent to those children in rows past the first one may cross over the nodes that are in earlier rows.
CenterSubtrees The parent is centered at the middle of the range of its child subtrees. When there is a breadth limit that causes there to be multiple rows, the links that extend from the parent to those children in rows past the first one may cross over the nodes that are in earlier rows.
End The parent is positioned near the last of its children.
Start The parent is positioned near the first of its children.
TopLeftBus The children are positioned in a bus, only on the top or left side of the parent. A bus does not take BreadthLimit into account.

Inheritance Hierarchy

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

Requirements

See Also

© 2010 All Rights Reserved.