Search
Box.TextFits Method
See Also
 



Checks if node's text fits within the node's geometry.

 Syntax

VB6  Copy Code

Public Function TextFits () As Boolean

C++  Copy Code

public:
bool TextFits ()

 Return Value

true if the text fits entirely inside the node, or false otherwise.

 See Also