Gets or sets the spacing between adjacent nodes within a lane in the final layout.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public double NodeDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NodeDistance As Double |
The default value is 92.
See Also