MindFusion.Wpf Pack Programmer's Guide
OneWayLayoutExtensions.Orientation Method
See Also
 





Sets the orientation of the arranged graph.

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

 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

OneWayLayoutExtensions Members
OneWayLayoutExtensions Class
MindFusion.Diagramming.Wpf.Layout.Fluent Namespace