Search
SpringLayout Properties
 


 Public Properties

  Name Description

ArrowAnchoring

Gets or sets a value indicating whether and how arrows should be aligned to nodes' anchor points.

EnableClusters

Gets or sets a value indicating whether the SpringLayout algorithm should detect node clusters and place them at distinct positions.

MinimizeCrossings

Gets or sets a value indicating whether the layout algorithm should try to decrease the number of edge crossing.

MultipleGraphsPlacement

Gets or sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

NodeDistance

Gets or sets the desired distance between adjacent nodes.

NumIterations

Gets or sets how many iterations to run the algorithm, calculating better node positions at each step.

Root

Gets or sets which sub-graph of the diagram should be laid out.

SplitGraph

Gets or 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.

 See Also