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 set the border thickness on a Flex DateChooser control by setting the borderThickness style.
Full code after the jump.
Continue reading ‘Setting the border thickness on a DateChooser control in Flex’
The following example shows how you can set the border color and border thickness on a Flex ComboBox control’s dropdown menu by setting the borderColor, borderThickness, and dropdownStyleName styles.
Full code after the jump.
Continue reading ‘Setting the dropdown menu border thickness and border color on a ComboBox 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’