Search
LayeredLayout.LayerDistance Property
See Also
 



Gets or sets the desired distance between layers in the resulting layout.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_LayerDistance ()
void put_LayerDistance (
    int value
)

 Property Value

A long value. The default is 30.

 Remarks

This values specifies the distance between layer axis lines, and not that between the edges of nodes in adjacent layers.

 See Also