Dynamic Text Fields

How can I set the width and height of a text field that I have created dynamically?

textField.textWidth and textField.textHeight are read-only properties and I saw no method that allows public access to set the width or height.

Thanks.