Search
TreeLayoutExtensions.IgnoreLinkDirection(T) Method
See Also
 





Sets a value indicating whether the tree layout algorithm should ignore the direction of links when arranging a tree.

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

 Syntax

C#  Copy Code

public static T IgnoreLinkDirection<T> (
    T treeLayout,
    bool value
) where T : TreeLayout

Visual Basic  Copy Code

Public Shared Function IgnoreLinkDirection(Of T As TreeLayout) ( _
    treeLayout As T, _
    value As Boolean _
) As T

 Parameters

treeLayout

value

 Return Value

 See Also