Enum TreeStyle

GoDiagram®
v10.0.8
by Northwoods Software®

This enumeration specifies the general style in which the nodes are laid out. Used for TreeStyle.

Namespace: Northwoods.Go.Layouts
Assembly: Northwoods.GoDiagram.WinForms.TreeLayout.dll
Syntax
public enum TreeStyle

Fields

Name Description
Alternating

Alternate layers of the tree have different properties, typically including the angle.

LastParents

Just like the standard layered tree style, except that the nodes with children but no grandchildren have alternate properties.

Layered

The normal tree style, where all of the children of each TreeVertex are lined up horizontally or vertically.

RootOnly

All of the nodes get the alternate properties, except the root node gets the default properties.