Search
DecisionLayout.LinkPadding Property
See Also
 



Gets or sets the distance between parallel links.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_LinkPadding ()
void put_LinkPadding (
    int value
)

 Property Value

long value specifying the distance between links that share the same row or column. The default value is 8.

 See Also