Provides extension methods for LayeredLayout fluent API.
The following tables list the members exposed by the LayeredLayoutExtensions type.
Name | Description | |
---|---|---|
Sets the direction of the arranged diagram. |
||
Sets a value indicating whether to indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags. |
||
Sets the node that should be placed in the last layer of the arranged graph. |
||
Sets a value indicating whether to attempt to force all links to go in the same direction. If the graph being arranged has cycles, some of the links will still go backward. |
||
Sets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size. |
||
Sets a value indicating whether to preserve the position of the root node. |
||
Sets the desired distance between layer axis lines. |
||
Sets the distance between parallel cascading links. |
||
Sets a value indicating how much to compact the outermost arrows. |
||
Sets the appearance of the links in the final layout. |
||
Sets the desired distance between adjacent nodes in a layer. |
||
Sets the overall orientation of the arranged diagram. |
||
Sets a node indicating which subgraph of the diagram must be laid out. |
||
Sets a value indicating whether to split layers that are much wider than the other layers. |
||
Sets a value indicating whether to apply stable sorting during the layout algorithm. Stable sorting sometimes produces more readable results. |
||
Sets the node that should be placed in the first layer of the arranged graph. |
||
Sets whether the layout algorithm should strive to straighten links that cross more than one layer of the graph. |
||
Sets how many times to perform pair-swapping iterations on each layer. |
||
Sets a time-out value for the path-finding part of the layered layout algorithm. |