Gets or sets the distance between adjacent nodes in the diagram.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float NodeDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NodeDistance As Single |
A float value specifying the distance between adjacent nodes. The default is 20.
See Also