Gets or sets the distance between nodes in the same layer when BaseLayout is set to Layered or Cascading.
Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public double NodeDistance { get; set; } |
Visual Basic Copy Code |
---|
Public Property NodeDistance As Double |
A double value specifying the distance between adjacent nodes. The default is 96.
This value is assigned to the NodeDistance property of the base LayeredLayout or to the NodeDistance property of the TreeLayout.