Gets or sets the desired distance between adjacent nodes in a layer.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming.Layout
SyntaxC#
Copy Code
|
|---|
public double NodeDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property NodeDistance As Double |
RemarksGets or sets the distance between nodes in the same layer when BaseLayout is set to Layered or Cascading.
See Also