Search
TopologicalLayout Members
Constructors Properties Methods
 


Applies topological ordering to the graph. This layout makes it easy to discern graph features such as overall flow direction, cycles and nested cycles.

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

 Public Constructors

  Name Description

TopologicalLayout

Initializes a new instance of the TopologicalLayout class.

 Public Properties

  Name Description

anchoring

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

bendAdjacentLinks

Gets or sets a value indicating whether to bend links connecting adjacent nodes or draw them as straight lines.

direction

Gets or sets the orientation of the arranged graph.

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.)

nodeDistance

Gets or sets the desired distance between adjacent nodes.

 Public Methods

  Name Description

arrange

Applies the layout to the specified graph.

init

Returns a Builder object used to configure this TopologicalLayout instance.

With

Returns a Builder object used to configure and create new TopologicalLayout instances.

 See Also