Search
GridLayoutExtensions Methods
 


 Public Methods

  Name Description

EndNode

Sets the node that is placed at the lower right corner of the grid.

GridSize

Sets the desired distance between adjacent grid points.

Iterations

Sets for how many iterations to run the grid layout algorithm.

RandomSeed

Sets the randomization seed to use for generating random node positions.

Root

Sets a node indicating which subgraph of the diagram should be laid out.

SplitGraph

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.

StartNode

Sets the node that is placed at the upper left corner of the grid.

TimeLimit

Sets a time-out value for the path-finding part of the grid layout algorithm.

UseLongestPath

Sets a value indicating whether the algorithm should arrange nodes around the longest path in the graph.

 See Also