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