Setting the button link corner radius on a Flex LinkBar control
The following example shows you how to set the corner radius on the link buttons in a LinkBar control in Flex by setting the linkButtonStyleName and cornerRadius styles. Full code after the jump. View...
View ArticleSetting the corner radius on a Flex PopUpButton control
The following example shows how you can set the corner radius on the PopUpButton control in Flex by setting the cornerRadius style. Full code after the jump. View MXML <?xml version="1.0"...
View ArticleSetting the corner radius on a NumericStepper control in Flex
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. View MXML <?xml version="1.0"...
View ArticleRounding specific corners on a focus rectangle in the TextInput control in Flex
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. View...
View ArticleSetting the corner radius of a LinkButton control in Flex
The following example shows how you can set the corner radius on a Flex LinkButton control by setting the cornerRadius style. Full code after the jump. View MXML <?xml version="1.0"...
View ArticleSetting the corner radius on the Halo Alert control in Flex 4
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...
View ArticleSetting the corner radius on an MX MenuBar control in Flex 4
The following example shows how you can set the corner radius on a Halo MenuBar control in Flex 4 by creating a custom skin and setting the radiusX and radiusY properties. Full code after the jump. The...
View ArticleSetting the corner radius on a Spark Border container in Flex 4
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. The following example(s) require Flash...
View ArticleSetting the corner radius on a Spark BitmapImage control in Flex 4
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...
View ArticleSetting the corner radius on the Spark TitleWindow container in Flex 4
The following example shows how you can set the corner radius on the Spark TitleWindow container in Flex 4 by setting the cornerRadius style. The following example(s) require Flash Player 10 and the...
View Article