Search
AnnealLayoutStatistics.NodeEdgeDistance Property
See Also
 






The total node-to-edge-distance cost of a graph configuration.

Namespace: MindFusion.Layout
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public double NodeEdgeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeEdgeDistance As Double

 Property Value

A double value.

 See Also