F > FStyleFormat.textRightMargin |
![]() ![]() ![]() |
FStyleFormat.textRightMargin
Availability
Flash Player 6.
Usage
myStyleFormat
.textRightMargin
Property; an integer specifying the right 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 textRightMargin
property of formStyleFormat
.
formStyleFormat
.textRightMargin = 4;
See also
![]() ![]() ![]() |