Search
DecisionLayout.VerticalPadding Property
See Also
 



Gets or sets the vertical distance between adjacent nodes.

 Syntax

VB6  Copy Code

Public Property Get VerticalPadding() As Long
Public Property Let VerticalPadding( _
    ByVal value As Long _
)

C++  Copy Code

public:
int get_VerticalPadding ()
void put_VerticalPadding (
    int value
)

 Property Value

long value specifying the distance between adjacent nodes in same column. The default value is 40.

 See Also