Search
FlowChart.IconTextHeight Property
See Also
 



Gets or sets the height of text displayed below nodes whose TextStyle or CaptionStyle is set to tsBelow.

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_IconTextHeight ()
void put_IconTextHeight (
    int value
)

 Property Value

A long value. The default is 50.

 Remarks

This property specifies the maximum height of the text of boxes or tables having tsBelow text style.

 See Also