Search
LayeredLayoutExtensions.Direction(T) Method
See Also
 





Sets the direction of the arranged diagram.

Namespace: MindFusion.Diagramming.Layout.Fluent
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public static T Direction<T> (
    T layeredLayout,
    Direction value
) where T : LayeredLayout

Visual Basic  Copy Code

Public Shared Function Direction(Of T As LayeredLayout) ( _
    layeredLayout As T, _
    value As Direction _
) As T

 Parameters

layeredLayout

value

 Return Value

 See Also