Search
TreeMapLayout.Padding Property
See Also
 



Gets or sets the distance between adjacent nodes.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_Padding ()
void put_Padding (
    int value
)

 Property Value

A float value specifying the padding size between sibling nodes. The default value is 1.

 See Also