Search
FlowChart.IconTextWidth Property
See Also
 



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

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
int get_IconTextWidth ()
void put_IconTextWidth (
    int value
)

 Property Value

A long value. The default is 100.

 Remarks

This property specifies how wide can be the text of boxes or tables having tsBelow text style. If the text of such nodes requires more space to be rendered, it is formatted in multiple lines.

 See Also