GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutTreeStyle Enumeration
In This Topic
    GoLayoutTreeStyle Enumeration
    In This Topic
    This enumeration identifies the general style in which the nodes are laid out.
    Syntax
    public enum GoLayoutTreeStyle : System.Enum 
    Members
    MemberDescription
    Alternating Alternate layers of the tree have different properties, typically including the angle.
    LastParents Just 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.
    RootOnly All of the nodes get the alternate properties, except the root node gets the default properties.
    See Also