Provides extension methods for GridLayout fluent API.
The following tables list the members exposed by the GridLayoutExtensions type.
Name | Description | |
---|---|---|
Sets the node that is placed at the lower right corner of the grid. |
||
Sets the desired distance between adjacent grid points. |
||
Sets for how many iterations to run the grid layout algorithm. |
||
Sets the randomization seed to use for generating random node positions. |
||
Sets a node indicating which subgraph of the diagram should be laid out. |
||
Sets a value indicating whether to split the graph to its interconnected subgraphs and arrange the subgraphs independently or arrange the graph as a whole. |
||
Sets the node that is placed at the upper left corner of the grid. |
||
Sets a time-out value for the path-finding part of the grid layout algorithm. |
||
Sets a value indicating whether the algorithm should arrange nodes around the longest path in the graph. |