Search
DecisionLayout.HorizontalPadding Property
See Also
 



Gets or sets the horizontal distance between adjacent nodes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_HorizontalPadding ()
void put_HorizontalPadding (
    int value
)

 Property Value

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

 See Also