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