GoDiagram Win Reference
GoLayoutTreeAlignment Enumeration

This enumeration specifies how to position a parent GoLayoutTreeNode relative to its children.
Syntax
'Declaration
 
Public Enum GoLayoutTreeAlignment 
   Inherits System.Enum
public enum GoLayoutTreeAlignment : System.Enum 
Members
MemberDescription
CenterChildrenThe parent is centered at the middle of the range of its immediate child nodes.
CenterSubtreesThe parent is centered at the middle of the range of its child subtrees.
EndThe parent is positioned near the last of its children.
StartThe parent is positioned near the first of its children.
Inheritance Hierarchy

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

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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback