Search
GridLayout Members
Constructors Properties Methods
 


Implements a grid graph layout algorithm.

The following tables list the members exposed by the GridLayout type.

 Public Constructors

  Name Description

GridLayout

Initializes a new instance of the GridLayout class.

 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.

 Public Methods

  Name Description

arrange

Applies the layout to the specified graph.

 See Also