The LayoutAlgorithmBase type exposes the following members.

Constructors

  NameDescription
LayoutAlgorithmBase

Methods

  NameDescription
GetStartNodes
Returns a list of 'start nodes' based on the number of inbound connections on each node.
IsIncluded
Returns whether or not the given IDiagramNode should be affected by this layout algorithm.
Run
When overridden in a derived class, runs this layout algorithm.

Properties

  NameDescription
Info
Gets or sets the ILayoutAlgorithmInfo used to provide additional diagram specific logic.

See Also