Sets a value indicating whether the layout should approximate the length of graph links by calculating the distance between the centers of their incident nodes.
Namespace: MindFusion.Diagramming.Layout.Fluent
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public static T ApproximateLinkLength<T> ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function ApproximateLinkLength(Of T As AnnealLayout) ( _ |
See Also