Search
LayeredLayout.XGap Property
See Also
 



Specifies the horizontal margin between separate subgraphs arranged by this algorithm.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_XGap ()
void put_XGap (
    int value
)

 Property Value

The default value is 15.

 See Also