Search
OneWayLayoutExtensions.Orientation Method
See Also
 





Sets the orientation of the arranged graph.

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

 Syntax

C#  Copy Code

public static OneWayLayout Orientation (
    OneWayLayout oneWayLayout,
    Orientation value
)

Visual Basic  Copy Code

Public Shared Function Orientation( _
    oneWayLayout As OneWayLayout, _
    value As Orientation _
) As OneWayLayout

 Parameters

oneWayLayout

value

 Return Value

 See Also