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:
javascript
fl.getDocumentDOM().selection[0].border = true;