TextArea.hPosition

Availability

Flash Player 6.0.79.

Edition

Flash MX 2004.

Usage

textAreaInstance.hPosition

Description

Property; defines the horizontal position of the text within the field. The default value is 0.

Example

The following code displays the left-most characters in the field:

myTextArea.hPosition = 0;