Name | Description | |
---|---|---|
![]() | NTipOverTreeLayout Constructor | Default constructor |
The following tables list the members exposed by NTipOverTreeLayout.
Name | Description | |
---|---|---|
![]() | NTipOverTreeLayout Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | BreadthSpacingProperty | Reference to the BreadthSpacing property |
![]() ![]() | ChildrenPlacementProperty | Reference to the ChildrenPlacement property. |
![]() ![]() | ChildrenPlacementPropertyEx | Reference to the ChildrenPlacement extended property. |
![]() ![]() | ColLeftParentPlacementProperty | Reference to the ColLeftParentPlacement property. |
![]() ![]() | ColRightParentPlacementProperty | Reference to the ColRightParentPlacement property. |
![]() ![]() | ColumnBusFactorProperty | Reference to the ColumnBusFactor property. |
![]() ![]() | CompactProperty | Reference to the Compact property |
![]() ![]() | DepthSpacingProperty | Reference to the DepthSpacing property |
![]() ![]() | LeafsPlacementProperty | Reference to the LeafsPlacement property. |
![]() ![]() | NTipOverTreeLayoutSchema | Schema associated with NTipOverTreeLayout |
![]() ![]() | RowBusFactorProperty | Reference to the RowBusFactor property. |
![]() ![]() | RowParentPlacementProperty | Reference to the RowParentPlacement property |
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. |
Name | Description | |
---|---|---|
![]() ![]() | SetChildrenPlacement | Sets the value of the ChildrenPlacementPropertyEx for the specified node. |
![]() ![]() | TryGetChildrenPlacement | Gets the value of the ChildrenPlacementPropertyEx for the specified node. |
Name | Description | |
---|---|---|
![]() | ArrangeTree | Overridden. Overriden to perform the tip-over tree layout algorithm |
![]() | CreateVertexBody | Overridden. |
![]() | OnArrangingTree | Overridden. Called before the layout of the specified tree |