Search
SpringLayout.NodeDistance Property
See Also
 



Gets or sets the desired distance between adjacent nodes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_NodeDistance ()
void put_NodeDistance (
    int value
)

 Property Value

A long value. The default is 50.

 See Also