Search
GridLayout Properties
 


 Public Properties

  Name Description

anchoring

Gets or sets how to align links to the anchor points of nodes. (Inherited from Layout.)

endNode

Gets or sets the node that is placed at the lower right corner of the grid.

gridSize

Gets or sets the desired distance between adjacent grid points.

iterations

Gets or sets for how many iterations to run the grid layout algorithm.

keepGroupLayout

Gets or sets whether to treat each group of attached nodes as a single vertex in the arranged graph. (Inherited from Layout.)

margins

Gets or sets the margins' size around individual subgraphs processed by this layout object. (Inherited from Layout.)

multipleGraphsPlacement

Gets or sets how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from Layout.)

startNode

Gets or sets the node that is placed at the upper left corner of the grid.

timeLimit

Gets or sets a time-out value for the path-finding part of the grid layout algorithm.

useLongestPath

Gets or sets a value indicating whether the algorithm should arrange nodes around the longest path in the graph.

 See Also