FlowchartLayout can be used to arrange flowcharts representing program source code.
The following tables list the members exposed by the FlowchartLayout type.
Name | Description | |
---|---|---|
Initializes a new instance of the FlowchartLayout class. |
Name | Description | |
---|---|---|
Gets a value indicating how to align links to the anchor points of nodes. |
||
Gets how much space to leave between adjacent decision branches in the flowchart. |
||
Gets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. |
||
Gets how much space to leave between adjacent back links designating nested loops. |
||
Gets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. |
||
Gets the distance between consecutive nodes in the flowchart. |
||
Gets the orientation of the arranged graph. |
||
Returns a Builder object used to configure this FlowchartLayout instance. |
||
Sets a value indicating how to align links to the anchor points of nodes. |
||
Sets how much space to leave between adjacent decision branches in the flowchart. |
||
Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. |
||
Sets how much space to leave between adjacent back links designating nested loops. |
||
Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other. |
||
Sets the distance between consecutive nodes in the flowchart. |
||
Sets the orientation of the arranged graph. |
||
Returns a Builder object used to configure and create new FlowchartLayout instances. |