Search
LayeredLayoutExtensions.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 LayeredLayout Orientation (
    LayeredLayout layeredLayout,
    Orientation value
)

Visual Basic  Copy Code

Public Shared Function Orientation( _
    layeredLayout As LayeredLayout, _
    value As Orientation _
) As LayeredLayout

 Parameters

layeredLayout

value

 Return Value

 See Also