Search
TopologicalLayout.MultipleGraphsPlacement Property
See Also
 





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

Namespace: MindFusion.Diagramming.Layout
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public new MultipleGraphsPlacement MultipleGraphsPlacement { get; set; }

Visual Basic  Copy Code

Public Shadows Property MultipleGraphsPlacement As MultipleGraphsPlacement

 Property Value

A member of the MultipleGraphsPlacement enumeration. The default value is Vertical.

 Remarks

If the diagram contains several unconnected subgraphs and SplitGraph is set to true, each of them is processed by the algorithm independently from the others. This property specifies how such subgraphs should be placed one relatively to another. The possible options are to arrange them in a row, in a column, or in such a way that the diagram covers a minimal area.

 See Also