Implements a flowchart, workflow and process diagrams layout algorithm.
The following tables list the members exposed by the FlowLayout type.
Name | Description | |
---|---|---|
Initializes a new instance of the FlowLayout class. |
Name | Description | |
---|---|---|
Not supported by FlowLayout. |
||
Gets or sets a value indicating whether longer links should be routed to avoid crossing the diagram nodes. |
||
Gets or sets a value indicating whether the layout algorithm is allowed to change the initial Lane dimensions. |
||
Gets or sets a value indicating whether to arrange subgraphs on separate threads. (Inherited from Layout.) |
||
Gets or sets a value indicating whether the diagram boundaries should grow to fit the arranged content. (Inherited from Layout.) |
||
Gets or sets the horizontal subgroup offset. |
||
Gets or sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. (Inherited from Layout.) |
||
Gets or sets the array of custom lane borders. |
||
Gets or sets the desired distance between adjacent lanes. |
||
Gets or sets the desired distance between nodes and lanes' border. |
||
Gets or sets the desired distance between nodes and lanes' border. |
||
Returns a list of layout lanes. |
||
Gets or sets a value indicating how process diagram swimlanes are defined in the current Diagram. |
||
Gets or sets a delegate, which is invoked when the position of a link is changed by the layout. (Inherited from Layout.) |
||
Gets or sets a delegate, which is invoked when the position of a node is changed by the layout. (Inherited from Layout.) |
||
Gets or sets the rules for the layout. |
||
Specifies whether links between non-adjacent nodes should bend. |
||
Gets all links, which needs additional route. |
||
Gets or sets the distance between the top-left corner of the smallest rectangle containing the arranged diagram and the top-left point of the document bounds. (Inherited from Layout.) |
||
Gets or sets the maximum degree of parallelism. (Inherited from Layout.) |
||
Gets or sets the minimal Lane's hight |
||
Not supported by FlowLayout. |
||
Gets a user-friendly name of the layout. |
||
Gets or sets the desired distance between adjacent nodes in a layer. |
||
Gets or sets the horizontal subgroup offset. |
||
Gets or sets the progress callback delegate. (Inherited from Layout.) |
||
Gets or sets the randomization seed to use for generating random node positions. |
||
Defines whether the layout algorithm should recreate its internal graph representation for the WpfDiagram diagram. |
||
Gets or sets the node specifying which subgraph of the diagram should be laid out. |
||
Gets or sets the desired distance between nodes and sub lanes' border. |
||
Gets or sets the vertical subgroup offset. |
Name | Description | |
---|---|---|
Gets the default value of the Margins property. |
||
Specifies whether raising the LayoutComplete event should be suppressed for this layout instance. (Inherited from Layout.) |
Name | Description | |
---|---|---|
Adds the specified node to the already arranged diagram. |
||
Overloaded. |
||
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.) |
||
Overloaded. Applies the layout asynchronously to the specified Diagram instance. (Inherited from Layout.) |
||
Applies the layout to the specified subset of items from the specified Diagram instance and an array of rectangles defining custom lane borders. |
||
Bends all links in an already arranged diagram. |
||
Overloaded. |
||
Inserts the specified node between two nodes connected by the specified link. |
||
Overloaded. |
||
Removes the specified node from an existing diagram. |
Name | Description | |
---|---|---|
Raises the LayoutComplete event. (Inherited from Layout.) |
Name | Description | |
---|---|---|
Raised when a layout is finished arranging a graph. (Inherited from Layout.) |