Search
FlowchartLayout Members
Constructors Properties Methods
 


FlowchartLayout can be used to arrange flowcharts representing program source code.

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

 Public Constructors

  Name Description

FlowchartLayout

Initializes a new instance of the FlowchartLayout class.

 Public Properties

  Name Description

anchoring

Gets or sets a value indicating how to align links to the anchor points of nodes.

branchPadding

Gets or sets how much space to leave between adjacent decision branches in the flowchart.

keepGroupLayout

Gets or sets a value indicating whether to treat each group of nodes as a single vertex in the arranged graph.

linkPadding

Gets or sets how much space to leave between adjacent back links designating nested loops.

margins

Gets or sets the margins' size around individual subgraphs processed by this layout object. (Inherited from 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 distance between consecutive nodes in the flowchart.

orientation

Gets or sets the orientation of the arranged graph.

 Public Methods

  Name Description

init

Returns a Builder object used to configure this FlowchartLayout instance.

With

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

 See Also