Search
TreeLayout.BorderGap Property
See Also
 



Gets or sets how much space to leave between outmost nodes and the document bounds as set via SetDocSize.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_BorderGap ()
void put_BorderGap (
    int value
)

 Property Value

A long value. The default is 15.

 Remarks

The value of this property is ignored if KeepRootPos is enabled.

 See Also