Gets or sets the vertical distance between adjacent nodes.
Namespace: MindFusion.Diagramming.Layout
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public float VerticalPadding { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VerticalPadding As Single |
A float value specifying the distance between adjacent nodes in same column. The default value is 15.
See Also