Search
SwimlaneLayoutExtensions.Direction Method
See Also
 





Sets the direction of the arranged diagram.

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

 Syntax

C#  Copy Code

public static SwimlaneLayout Direction (
    SwimlaneLayout swimlaneLayout,
    Direction value
)

Visual Basic  Copy Code

Public Shared Function Direction( _
    swimlaneLayout As SwimlaneLayout, _
    value As Direction _
) As SwimlaneLayout

 Parameters

swimlaneLayout

value

 Return Value

 See Also