Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 327 Bytes

File metadata and controls

20 lines (12 loc) · 327 Bytes

text.border

Availability

Flash MX 2004.

Usage

text.border

Description

Property; a Boolean value. A value of true causes Flash to show a border around text.

Example

The following example sets the border property to a value of true:

fl.getDocumentDOM().selection[0].border = true;