Search
OrthogonalLayout.Directed Property
See Also
 





Gets or sets a value indicating whether the graph being laid out is directed.

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

 Syntax

C#  Copy Code

public bool Directed { get; set; }

Visual Basic  Copy Code

Public Property Directed As Boolean

 Property Value

true to consider the direction of graph edges, false to ignore it; the default value is false.

 See Also