Gets or sets the width of text displayed below nodes whose TextStyle or CaptionStyle is set to tsBelow.
SyntaxVB6
Copy Code
|
|---|
Public Property Get IconTextWidth() As Long |
C++
Copy Code
|
|---|
public: |
A long value. The default is 100.
RemarksThis 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