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.
[click to continue…]
Tagged as:
borderSides,
borderStyle
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.
[click to continue…]
Tagged as:
borderStyle,
borderThickness
The following example shows how you can set the border color on a Flex NumericStepper control by setting the borderColor style.
Full code after the jump.
[click to continue…]
Tagged as:
borderColor
The following example shows how you can set the focus alpha on a Flex NumericStepper control by setting the focusAlpha style.
Full code after the jump.
[click to continue…]
Tagged as:
focusAlpha,
setFocus()
The following example shows how you can set the background color and background alpha for a Flex NumericStepper control by setting the backgroundColor and backgroundAlpha styles.
Full code after the jump.
[click to continue…]
Tagged as:
backgroundAlpha,
backgroundColor