Search
LayeredLayout.NodeDistance Property
See Also
 



Gets or sets the desired distance between adjacent nodes that belong to the same layer.

 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 45.

 See Also