Gets or sets the minimal distance between a parent node and its children.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float LevelDistance { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LevelDistance As Single |
A float value specifying the minimal distance between parent node and its children. The default is 10.
See Also