F > FStyleFormat.highlight3D |
![]() ![]() ![]() |
FStyleFormat.highlight3D
Availability
Flash Player 6.
Usage
myStyleFormat
.highlight3D
Description
Property; the RGB color value for the outer border or light-shadow portion of a component when it is selectedfor example, the outer edge of a radio button circle or 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 0x40E0D0
to the highlight3D
property for formStyleFormat
, producing a bright-turquoise outer border when the component is selected.
formStyleFormat
.highlight3D = 0x40E0D0;
See also
FStyleFormat.shadow
![]() ![]() ![]() |