Setting the corner radius on the Halo Alert control in Flex 4
June 29th, 2009
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 [...]
Source:Setting the corner radius on the Halo Alert control in Flex 4