Search
LayeredLayout Properties
 


 Public Properties

  Name Description

ArrowAnchoring

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

CompactFactor

Gets or sets a value indicating the relative distance between adjacent links in the layout.

EndNode

Gets or sets the node that should be placed in the last layer of the arranged graph.

EnforceLinkFlow

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

IgnoreNodeSize

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

LayerDistance

Gets or sets the desired distance between layers in the resulting layout.

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 that belong to the same layer.

Orientation

Gets or sets the overall orientation of the arranged diagram.

Root

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

SplitLayers

Gets or sets a value indicating whether to split layers that are much wider than the other layers.

StartNode

Gets or sets the node that should be placed in the first layer of the arranged graph.

StraightenLongLinks

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

SwapPairsIterations

Gets or sets how many times to perform pair-swapping iterations for each layer.

TimeLimit

Gets or sets the maximum time to spend in the path searching phase, expressed in milliseconds.

XGap

Specifies the horizontal margin between separate subgraphs arranged by this algorithm.

YGap

Specifies the vertical margin between separate subgraphs arranged by this algorithm.

 See Also