|
|
text.border
AvailabilityFlash
MX 2004.
DescriptionProperty;
a Boolean value. A value of true causes Flash to
show a border around text.
ExampleThe
following example sets the border property to a
value of true:
fl.getDocumentDOM().selection[0].border = true;
|