F > FStyleFormat.textLeftMargin

 

FStyleFormat.textLeftMargin

Availability

Flash Player 6.

Usage

myStyleFormat.textLeftMargin

Description

Property; an integer specifying the left paragraph margin, in pixels, for all text displayed in components assigned to the style format.

You must use FStyleFormat.applyChanges when updating properties with a new value.

Example

The following code specifies a value of 4 pixels for the textLeftMargin property of formStyleFormat.

formStyleFormat.textLeftMargin = 4;

See also

FStyleFormat.textRightMargin