Gets or sets how much space to leave between nodes on the same level.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public double NodeDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NodeDistance As Double |
RemarksThis property is ignored if Type is set to Radial.
See Also