ASP.NET Pack Programmer's Guide
OneWayLayout.NodeDistance Property
See Also
 





Gets or sets the minimum spacing between adjacent nodes in the final layout.

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

 Syntax

C#  Copy Code

public float NodeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeDistance As Single

 Property Value

A float number specifying the distance. The default is 20.

 See Also

OneWayLayout Members
OneWayLayout Class
MindFusion.Diagramming.Layout Namespace