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