Search
FlowchartLayoutExtensions.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 FlowchartLayout Orientation (
    FlowchartLayout flowchartLayout,
    Orientation value
)

Visual Basic  Copy Code

Public Shared Function Orientation( _
    flowchartLayout As FlowchartLayout, _
    value As Orientation _
) As FlowchartLayout

 Parameters

flowchartLayout

value

 Return Value

 See Also