MindFusion.Wpf Pack Programmer's Guide
OrthogonalLayoutExtensions.Directed(T) Method
See Also
 





Sets a value indicating whether the graph being laid out is directed.

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

 Syntax

C#  Copy Code

public static T Directed<T> (
    T orthogonalLayout,
    bool value
) where T : OrthogonalLayout

Visual Basic  Copy Code

Public Shared Function Directed(Of T As OrthogonalLayout) ( _
    orthogonalLayout As T, _
    value As Boolean _
) As T

 Parameters

orthogonalLayout

value

 Return Value

 See Also

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