Search
TopologicalLayoutExtensions.MultipleGraphsPlacement(T) Method
See Also
 





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

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

 Syntax

C#  Copy Code

public static T MultipleGraphsPlacement<T> (
    T topologicalLayout,
    MultipleGraphsPlacement value
) where T : TopologicalLayout

Visual Basic  Copy Code

Public Shared Function MultipleGraphsPlacement(Of T As TopologicalLayout) ( _
    topologicalLayout As T, _
    value As MultipleGraphsPlacement _
) As T

 Parameters

topologicalLayout

value

 Return Value

 See Also