Implements an orthogonal link routing algorithm.
The following tables list the members exposed by the OrthogonalRouter type.
Name | Description | |
---|---|---|
![]() |
Initializes a new instance of the OrthogonalLayout class. |
Name | Description | |
---|---|---|
![]() |
Applies the layout on the specified subset of items from the specified Diagram instance. |
|
![]() |
Gets how to align links to the anchor points of nodes. (Inherited from AbstractLayout.) |
|
![]() |
Gets a value indicating whether to arrange nodes or use their current configuration. |
|
![]() |
Gets how far from its adjacent node a link should bend. This should be a value between 0 and 1, specifying a distance proportional to the node size. |
|
![]() |
Gets the direction of the arranged diagram when BaseLayout is set to Layered. This value is assigned to the Direction property of the base LayeredLayout. |
|
![]() |
Gets the desired orientation of the last segments of routed links. |
|
![]() |
Gets the distance between adjacent grid points when BaseLayout is set to Grid. This value is assigned to the GridSize property of the base GridLayout. |
|
![]() |
Gets a value indicating whether the diagram boundaries should grow to fit the arranged content. (Inherited from AbstractLayout.) |
|
![]() |
Gets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. (Inherited from AbstractLayout.) |
|
![]() |
Gets the desired distance between layer axis lines. Specifies the distance between layers when BaseLayout is set to Layered or Cascading. |
|
![]() |
Gets an object, which is notified when the position of a link is changed by the layout. (Inherited from AbstractLayout.) |
|
![]() |
Gets an object, which is notified when the position of a node is changed by the layout. (Inherited from AbstractLayout.) |
|
![]() |
Gets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. (Inherited from AbstractLayout.) |
|
![]() |
Gets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from AbstractLayout.) |
|
![]() |
Gets the desired distance between adjacent nodes in a layer. Specifies the distance between nodes in the same layer when BaseLayout is set to Layered or Cascading. |
|
![]() |
Gets the overall orientation of the arranged diagram when BaseLayout is set to Layered. This value is assigned to the Orientation property of the base LayeredLayout. |
|
![]() |
Gets the progress callback delegate. (Inherited from AbstractLayout.) |
|
![]() |
Gets a value indicating whether the end points of a link should be placed at the outlines of the nodes connected by that link. |
|
![]() |
Gets the randomization seed to use for generating random node positions. |
|
![]() |
Gets a node indicating which subgraph of the diagram must be laid out. All links and nodes that can be reached from the root by following recursively its links form a graph. If the root is specified, only the graph which it defines is laid out by {#link arrange}. |
|
![]() |
Gets a value indicating whether unconnected subgraphs should be laid out independently from each other. If this property is set to true, each independent graph in the diagram is laid out in its own layout area. Otherwise all subgraphs are arranged in the same layout area. If a Root node is specified and SplitGraph is true, only the graph that contains the root node will be arranged. |
|
![]() |
Gets the desired orientation of the first segments of routed links. |
|
![]() ![]() |
(Inherited from AbstractLayout.) |
|
![]() |
Sets how to align links to the anchor points of nodes. (Inherited from AbstractLayout.) |
|
![]() |
Sets a value indicating whether to arrange nodes or use their current configuration. |
|
![]() |
Sets how far from its adjacent node a link should bend. This should be a value between 0 and 1, specifying a distance proportional to the node size. |
|
![]() |
Sets the direction of the arranged diagram when BaseLayout is set to Layered. This value is assigned to the Direction property of the base LayeredLayout. |
|
![]() |
Sets the desired orientation of the last segments of routed links. |
|
![]() |
Sets the distance between adjacent grid points when BaseLayout is set to Grid. This value is assigned to the GridSize property of the base GridLayout. |
|
![]() |
Sets a value indicating whether the diagram boundaries should grow to fit the arranged content. (Inherited from AbstractLayout.) |
|
![]() |
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. (Inherited from AbstractLayout.) |
|
![]() |
Sets the desired distance between layer axis lines. Specifies the distance between layers when BaseLayout is set to Layered or Cascading. |
|
![]() |
Sets an object, which is notified when the position of a link is changed by the layout. (Inherited from AbstractLayout.) |
|
![]() |
Sets an object, which is notified when the position of a node is changed by the layout. (Inherited from AbstractLayout.) |
|
![]() |
Sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. (Inherited from AbstractLayout.) |
|
![]() |
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. (Inherited from AbstractLayout.) |
|
![]() |
Sets the desired distance between adjacent nodes in a layer. Specifies the distance between nodes in the same layer when BaseLayout is set to Layered or Cascading. |
|
![]() |
Sets the progress callback delegate. (Inherited from AbstractLayout.) |
|
![]() |
Sets a value indicating whether the end points of a link should be placed at the outlines of the nodes connected by that link. |
|
![]() |
Sets the randomization seed to use for generating random node positions. |
|
![]() |
Sets a node indicating which subgraph of the diagram must be laid out. All links and nodes that can be reached from the root by following recursively its links form a graph. If the root is specified, only the graph which it defines is laid out by {#link arrange}. |
|
![]() |
Sets a value indicating whether unconnected subgraphs should be laid out independently from each other. If this property is set to true, each independent graph in the diagram is laid out in its own layout area. Otherwise all subgraphs are arranged in the same layout area. If a Root node is specified and SplitGraph is true, only the graph that contains the root node will be arranged. |
|
![]() |
Sets the desired orientation of the first segments of routed links. |