The following example shows how you can set the corner radius on a Spark BitmapImage control in Flex 4 by creating a mask with a corner radius (in this case a Spark BorderContainer container with the cornerRadius style set).
{ 0 comments }
Just a bunch of Adobe Flex Examples
Posts tagged as:
The following example shows how you can set the corner radius on a Spark BitmapImage control in Flex 4 by creating a mask with a corner radius (in this case a Spark BorderContainer container with the cornerRadius style set).
{ 0 comments }
The following example shows how you can set the corner radius on a Spark Border container in Flex 4 by setting the cornerRadius style.
Full code after the jump.
{ 9 comments }
The following example shows how you can set the corner radius on the Halo TextArea control (with default Spark skin) in Flex 4 by creating a custom skin and setting the radiusX and radiusY properties on the Rect objects (in Flex 3 and earlier this was done by setting the cornerRadius style directly).
Full code after the jump.
{ 3 comments }
The following example shows how you can apply a corner radius to specific corners of a Flex TextInput control’s focus rectangle by setting the focusRoundedCorners style.
Full code after the jump.
{ 4 comments }
The following example shows how you can set the corner radius on a Flex NumericStepper control by setting the cornerRadius style.
Full code after the jump.
{ 0 comments }