F > FStyleFormat.shadow |
![]() ![]() ![]() |
FStyleFormat.shadow
Availability
Flash Player 6.
Usage
myStyleFormat
.shadow
Description
Property; the RGB color value for the outer border or light shadow portion of a componentfor example, the outer edge of an unselected radio button circle or unselected check box. The color value must be in the format 0xRRGGBB.
You must use FStyleFormat.applyChanges
when updating properties with a new value.
Example
The following code assigns a value of 0x008080
to the shadow
property for formStyleFormat
, producing a teal outer border for unselected radio button and check box components.
formStyleFormat
.shadow = 0x008080;
See also
FStyleFormat.check
![]() ![]() ![]() |