F > FStyleFormat.textItalic |
![]() ![]() ![]() |
FStyleFormat.textItalic
Availability
Flash Player 6.
Usage
myStyleFormat
.textItalic
Description
Property; a Boolean value specifying whether all text displayed in components using the style format is italic (true
) or not (false
). The default setting is false
.
You must use FStyleFormat.applyChanges
when updating properties with a new value.
Example
The following code specifies that all text displayed in components assigned to formStyleFormat
is italic.
formStyleFormat
.textItalic = true;
See also
![]() ![]() ![]() |