Search
LayeredLayoutExtensions Methods
 


 Public Methods

  Name Description

Direction

Sets the direction of the arranged diagram.

EnableCustomLayers

Sets a value indicating whether to indicating whether the layered layout will honor the LayeredLayoutTraits.Layer flags.

EndNode

Sets the node that should be placed in the last layer of the arranged graph.

EnforceLinkFlow

Sets a value indicating whether to attempt to force all links to go in the same direction. If the graph being arranged has cycles, some of the links will still go backward.

IgnoreNodeSize

Sets a value indicating whether the distance between adjacent nodes in the final layout should be independent of the nodes' size.

KeepLinkShapes

Sets whether to preserve initial Shape value of links when LinkType is set to Cascading.

KeepRootPosition

Sets a value indicating whether to preserve the position of the root node.

LayerDistance

Sets the desired distance between layer axis lines.

LinkPadding

Sets the distance between parallel cascading links.

LinksCompactFactor

Sets a value indicating how much to compact the outermost arrows.

LinkType

Sets the appearance of the links in the final layout.

NodeDistance

Sets the desired distance between adjacent nodes in a layer.

Orientation

Sets the overall orientation of the arranged diagram.

Root

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

SplitLayers

Sets a value indicating whether to split layers that are much wider than the other layers.

StableSort

Sets a value indicating whether to apply stable sorting during the layout algorithm. Stable sorting sometimes produces more readable results.

StartNode

Sets the node that should be placed in the first layer of the arranged graph.

StraightenLongLinks

Sets whether the layout algorithm should strive to straighten links that cross more than one layer of the graph.

SwapPairsIterations

Sets how many times to perform pair-swapping iterations on each layer.

TimeLimit

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

 See Also