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.
Continue reading ‘Displaying a drop shadow behind a VBox container in Flex’
The following example shows how you can toggle which sides of a Flex TextInput control display the borderSides and borderStyle styles.
Full code after the jump.
Continue reading ‘Displaying a border on specific sides of a TextInput control in Flex’
The following example shows how you can apply a border to specific sides (top, bottom, left, right) of a Flex NumericStepper control by setting the borderStyle and borderSides styles.
The borderSides style is only supported when the borderStyle style is set to “solid”.
Full code after the jump.
Continue reading ‘Setting a border on specific sides of a NumericStepper control in Flex’
The following example shows how you can set the border thickness on a Flex NumericStepper control by setting the borderThickness style.
The borderThickness style is only supported when the borderStyle style is set to “solid”.
Full code after the jump.
Continue reading ‘Setting the border thickness on a NumericStepper control in Flex’