Search
TreeMapLayout.CaptionHeight Property
See Also
 



Specifies how much space to leave for container captions.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_CaptionHeight ()
void put_CaptionHeight (
    int value
)

 Property Value

An integer specifying the height of container caption-bars. The default value is 0.

 See Also