ASP.NET Pack Programmer's Guide
FlowchartLayout Members
Constructors 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 Methods

  Name Description

getAnchoring

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

getBranchPadding

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

getKeepGroupLayout

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

getLinkPadding

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

getMultipleGraphsPlacement

Gets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

getNodeDistance

Gets the distance between consecutive nodes in the flowchart.

getOrientation

Gets the orientation of the arranged graph.

init

Returns a Builder object used to configure this FlowchartLayout instance.

setAnchoring

Sets a value indicating how to align links to the anchor points of nodes.

setBranchPadding

Sets how much space to leave between adjacent decision branches in the flowchart.

setKeepGroupLayout

Sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph.

setLinkPadding

Sets how much space to leave between adjacent back links designating nested loops.

setMultipleGraphsPlacement

Sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

setNodeDistance

Sets the distance between consecutive nodes in the flowchart.

setOrientation

Sets the orientation of the arranged graph.

With

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

 See Also

FlowchartLayout Class
MindFusion.Graphs Namespace