F > FStyleFormat.textUnderline

 

FStyleFormat.textUnderline

Availability

Flash Player 6.

Usage

myStyleFormat.textUnderline

Description

Property; specifies whether text displayed in components using the specified style format is underlined (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 underlined.

formStyleFormat.textUnderline = true;

See also

FStyleFormat.textBold, FStyleFormat.textItalic