MindFusion.Wpf Pack Programmer's Guide
LayeredLayoutExtensions.Direction(T) Method
See Also
 





Sets the direction of the arranged diagram.

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

 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

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