NClassicalTreeLayout Class Members
In This Topic
The following tables list the members exposed by NClassicalTreeLayout.
Public Fields
Public Properties
| Name | Description |
| BusAlignment | Gets or sets the bus alignment relative to the aesthetically available space between parent and child nodes. Only applicable if OrthogonalEdgeRouting is set to true. Accepts values in the [0-1] range. By default set to 0.5f (middle). |
| CompactBreadth | Gets or sets whether the breadth of the tree drawing should be compacted. By default set to true. |
| OrthogonalEdgeRouting | Gets or sets whether to perform orthogonal edge routing. If set to true all edges will be routed orthogonally in a bus-like fashion. If set to false, all edges will be routed as straight lines. |
| ParentPlacement | Gets or sets the parent placement attribute, which controls the placement of the parent in respect to its children or subtree. |
| PlugSpacing | Determines the plug spacing of the incomming edges. |
| PortStyle | Gets or sets the way in which the layout must glue the edges end-points to the vertices they connect. By default set to Sides. |
| UseSingleBus | If true all edges will be placed on a single bus between each pair of layers. |
| VertexSpacing | Gets or sets the minimal spacing between the vertices in the breadth dimension |
Top
See Also