NTipOverTreeLayout Class Members
In This Topic
The following tables list the members exposed by NTipOverTreeLayout.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| BreadthSpacing | Gets or sets the minimal spacing between vertices in the breadth dimension. |
| ChildrenPlacement | Gets/Sets the default children placement. If a vertex does not provide a local value for this parameter, it will use this property value. By default set to Row. |
| ColLeftParentPlacement | Gets/sets the placement of the parent vertices whose children are arranged in a left column. |
| ColRightParentPlacement | Gets/sets the placement of the parent vertices whose children are arranged in a right column. |
| ColumnBusFactor | Gets/Sets the bus alignment relative to the spacing between nodes at the same level. Only applicable for edges, which connect children arranged in Column. Accepts values in the [0-1] range. By default set to 0.5 (middle). |
| Compact | Gets or sets whether the layout should attempt to compact the tree drawing area. By default set to true. |
| DepthSpacing | Gets or sets the minimal spacing between vertices in the depth dimension. |
| LeafsPlacement | Gets/Sets the default leafs placement. If a leaf does not provide a local value for this parameter, it will use this property value. By default set to Inherit. |
| RowBusFactor | Gets/Sets the bus alignment relative to the aesthetically available space between parent and child nodes. Only applicable for edges, which connect children arranged in Row. Accepts values in the [0-1] range. By default set to 0.5 (middle). |
| RowParentPlacement | Gets or sets the placement of the parent vertices whose children are arranged in a row. |
Top
Public Methods
See Also