Gets or sets a value indicating whether the graph being laid out is directed.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
C# Copy Code |
---|
public bool Directed { get; set; } |
Visual Basic Copy Code |
---|
Public Property Directed As Boolean |
true to consider the direction of graph edges, false to ignore it; the default value is false.