The following example shows how you can toggle the drop shadow on a Flex Panel container by setting the dropShadowEnabled style.
Full code after the jump.
{ 1 comment }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can toggle the drop shadow on a Flex Panel container by setting the dropShadowEnabled style.
Full code after the jump.
{ 1 comment }
The following example shows how you can display a drop shadow behind a Flex VBox container by setting the borderStyle and dropShadowEnabled styles.
Full code after the jump.
{ 3 comments }
The following example shows how you can toggle a drop shadow on a Flex List control by setting the dropShadowEnabled style.
Full code after the jump.
{ 0 comments }
The following example shows how you can toggle the drop shadow on the Flex ComboBox control by setting the dropShadowEnabled style on the ComboBox control’s dropdown menu.
Full code after the jump.
{ 0 comments }
The following example shows how you can remove the default drop shadow from the nested DateChooser control in a Flex DateField control by setting the dropShadowEnabled style.
Full code after the jump.
{ 0 comments }
The following example shows how you can control the drop shadow on a Flex TextArea control using the dropShadowColor, shadowDirection, and shadowDistance styles.
Full code after the jump.
{ 0 comments }
The following example shows how you can easily create a drop shadow effect on a TextInput control using the dropShadowEnabled style (instead of creating a DropShadowFilter), as well as control the drop shadow effect’s color, direction, and distance (using the dropShadowColor, shadowDirection, and shadowDistance styles, respectively).
Full code after the jump.
{ 2 comments }