F > FStyleFormat.darkshadow |
![]() ![]() ![]() |
FStyleFormat.darkshadow
Availability
Flash Player 6.
Usage
myStyleFormat
.darkshadow
Description
Property; the RGB color value for the inner border or darker shadow portion of a componentfor example, the inner 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 0x0000CD
to the darkshadow
property for formStyleFormat
, producing a medium-blue inner-border color.
formStyleFormat
.darkshadow = 0x0000CD;
See also
FStyleFormat.highlight
, FStyleFormat.shadow
![]() ![]() ![]() |