MindFusion.Wpf Pack Programmer's Guide
Layout.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.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public MultipleGraphsPlacement MultipleGraphsPlacement { get; set; }

Visual Basic  Copy Code

Public Property MultipleGraphsPlacement As MultipleGraphsPlacement

 Property Value

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

 Remarks

If the diagram contains several unconnected subgraphs, 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

Layout Members
Layout Class
MindFusion.Diagramming.Wpf.Layout Namespace