Applies topological ordering to the graph. This layout makes it easy to discern graph features such as overall flow direction, cycles and nested cycles.
The following tables list the members exposed by the TopologicalLayout type.
Name | Description | |
---|---|---|
Initializes a new instance of the TopologicalLayout class. |
Name | Description | |
---|---|---|
Gets or sets how to align links to the anchor points of nodes. (Inherited from Layout.) |
||
Gets or sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines. |
||
Gets or sets the orientation of the arranged graph. |
||
Gets or sets whether to treat each group of attached nodes as a single vertex in the arranged graph. (Inherited from Layout.) |
||
Gets or sets the margins' size around individual subgraphs processed by this layout object. (Inherited from Layout.) |
||
Gets or sets how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from Layout.) |
||
Gets or sets the desired distance between adjacent nodes. |
Name | Description | |
---|---|---|
Applies the layout to the specified graph. |
||
Returns a Builder object used to configure this TopologicalLayout instance. |
||
Returns a Builder object used to configure and create new TopologicalLayout instances. |