Search
TreeMapLayout.ContainerPadding Property
See Also
 



Gets or sets the padding inside containers.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_ContainerPadding ()
void put_ContainerPadding (
    int value
)

 Property Value

A float value specifying the padding size between parent nodes and their outermost children. The default value is 0.

 See Also