tags:

views:

146

answers:

1

Is there a way to get the size of a dynamic text box at run time?

+3  A: 

of course, either with its textWidth/textHeight properties for its visible size or by its width/height properties for the bounding box size.

Theo.T