Tag Archive for 'borderstyle'

24
Sep

Displaying a drop shadow behind a VBox container in Flex

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’

08
Jul

Displaying a border on specific sides of a TextInput control 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’

27
May

Setting a border on specific sides of a NumericStepper 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’

27
May

Setting the border thickness on 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’

30
Jan

Creating semi-transparent PopUpButton pop up menus in Flex

The following example shows you how you can create semi-transparent pop up menus using the Flex PopUpButton control by setting the backgroundAlpha, backgroundColor, and borderStyle styles on the pop up menu.

Full code after the jump.

Continue reading ‘Creating semi-transparent PopUpButton pop up menus in Flex’