Search
DecisionLayout.VerticalPadding Property
See Also
 





Gets or sets the vertical distance between adjacent nodes.

Namespace: MindFusion.Diagramming.Wpf.Layout
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public double VerticalPadding { get; set; }

Visual Basic  Copy Code

Public Property VerticalPadding As Double

 Property Value

double value specifying the distance between adjacent nodes in same column. The default value is 45.

 See Also