Search
FlowLayout Methods
 


 Public Methods

  Name Description

AddNode

Adds the specified node to the already arranged diagram.

Arrange

Applies the layout to the specified Diagram instance and an array of rectangles defining custom lane borders.

ArrangeAnimated

Applies the layout to the specified subset of items from the specified Diagram instance and animates items moving to their new positions. (Inherited from Layout.)

ArrangeAsync

Overloaded.   (Inherited from Layout.)

ArrangeCore

Applies the layout to the specified subset of items from the specified Diagram instance and an array of rectangles defining custom lane borders.

BendLinks

Bends all links in an already arranged diagram.

InsertNode

Inserts the specified node between two nodes connected by the by specified link.

RemoveNode

Removes the specified node from an existing diagram.

 Protected Methods

  Name Description

OnLayoutComplete

Raises the LayoutComplete event. (Inherited from Layout.)

 See Also