NLayeredTreeLayout Class Members
In This Topic
The following tables list the members exposed by NLayeredTreeLayout.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| BusBetweenLayers | Gets or sets whether the bus should be positioned between the layers or between the parent and its children. Only applicable if OrthogonalEdgeRouting is set to true. By default set to false. |
| LayerAlignment | Gets or sets the depth alignment of the vertices inside the layer. By default set to Center. |
| LayerSpacing | Gets or sets the spacing between adjacent layers in the layout direction |
Top
Protected Methods
| Name | Description |
| ArrangeTree | Overridden. Overriden to perform the layered tree layout algorithm |
| AWb | Overridden. |
Top
See Also