Search
FlowLayout Properties
 


 Public Properties

  Name Description

Anchoring

Not supported by FlowLayout.

AutoRoute

Gets or sets a value indicating whether longer links should be routed to avoid crossing the diagram nodes.

ChangeLaneDimensions

Gets or sets a value indicating whether the layout algorithm is allowed to change the initial Lane dimensions.

EnableParallelism

Gets or sets a value indicating whether to arrange subgraphs on separate threads. (Inherited from Layout.)

GrowToFit

Gets or sets a value indicating whether the diagram boundaries should grow to fit the arranged content. (Inherited from Layout.)

HorizontalGroupOffset

Gets or sets the horizontal subgroup offset.

KeepGroupLayout

Gets or sets a value indicating whether to treat each Group of nodes as a single vertex in the arranged graph. (Inherited from Layout.)

LaneBoundaries

Gets or sets the array of custom lane borders.

LaneDistance

Gets or sets the desired distance between adjacent lanes.

LaneType

Gets or sets a value indicating how process diagram swimlanes are defined in the current Diagram.

LayoutLink

Gets or sets a delegate, which is invoked when the position of a link is changed by the layout. (Inherited from Layout.)

LayoutNode

Gets or sets a delegate, which is invoked when the position of a node is changed by the layout. (Inherited from Layout.)

LayoutRules

Gets or sets the rules used to infer the node positions from their logic identifiers and the connections in the graph.

LevelOffset

Gets or sets the lane border offset.

LinksBend

Specifies whether links between non-adjacent nodes should bend.

Margins

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.)

MaxDegreeOfParallelism

Gets or sets the maximum degree of parallelism. (Inherited from Layout.)

MultipleGraphsPlacement

Not supported by FlowLayout.

Name

Gets a user-friendly name of the layout.

NodeDistance

Gets or sets the desired distance between adjacent nodes in a layer.

Progress

Gets or sets a delegate, which is invoked regularly during the layout process to inform clients about the layout progress. (Inherited from Layout.)

RandomSeed

Gets or sets the randomization seed to use for generating random node positions.

RecreateGraph

Gets or sets a value indicating whether the layout algorithm should recreate its internal graph representation for the MindFusion.Diagramming diagram.

RepeatingLinksPadding

Specifies the padding distance between repeating links. (Inherited from Layout.)

Root

Gets or sets the node specifying which subgraph of the diagram should be laid out.

VerticalGroupOffset

Gets or sets the vertical subgroup offset.

 Protected Properties

  Name Description

DefaultMarginValue

Gets the default value of the Margins property.

SuppressCompleteEvent

Specifies whether raising the LayoutComplete event should be suppressed for this layout instance. (Inherited from Layout.)

 See Also