DiagramLite Programmer's Guide
TopologicalLayout.NodeDistance Property
See Also
 





Gets or sets the distance between adjacent nodes in the diagram.

Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public double NodeDistance { get; set; }

Visual Basic  Copy Code

Public Property NodeDistance As Double

 Property Value

A double value specifying the distance between nodes. The default value is 75.

 See Also

TopologicalLayout Members
TopologicalLayout Class
MindFusion.Diagramming.Layout Namespace