Search
TreeLayoutExtensions.Direction(T) Method
See Also
 





Sets the tree direction.

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

 Syntax

C#  Copy Code

public static T Direction<T> (
    T treeLayout,
    TreeLayoutDirections value
) where T : TreeLayout

Visual Basic  Copy Code

Public Shared Function Direction(Of T As TreeLayout) ( _
    treeLayout As T, _
    value As TreeLayoutDirections _
) As T

 Parameters

treeLayout

value

 Return Value

 See Also