Search
TopologicalLayoutExtensions.Orientation Method
See Also
 





Sets the overall orientation of the arranged diagram.

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

 Syntax

C#  Copy Code

public static TopologicalLayout Orientation (
    TopologicalLayout topologicalLayout,
    Orientation value
)

Visual Basic  Copy Code

Public Shared Function Orientation( _
    topologicalLayout As TopologicalLayout, _
    value As Orientation _
) As TopologicalLayout

 Parameters

topologicalLayout

value

 Return Value

 See Also