GoDiagram Win Reference
GoLayoutTreeStyle Enumeration

This enumeration identifies the general style in which the nodes are laid out.
Syntax
'Declaration
 
Public Enum GoLayoutTreeStyle 
   Inherits System.Enum
public enum GoLayoutTreeStyle : System.Enum 
Members
MemberDescription
AlternatingAlternate layers of the tree have different properties, typically including the angle.
LastParentsJust like the standard layered style, except that the nodes with children but no grandchildren have alternate properties.
LayeredThe normal tree style, where all of the children of each GoLayoutTreeNode are lined up horizontally or vertically.
RootOnlyAll of the nodes get the alternate properties, except the root node gets the default properties.
Inheritance Hierarchy

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

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

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback