Posts tagged as:

cornerRadius

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).

[click to continue…]

{ 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.

[click to continue…]

{ 9 comments }

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.

[click to continue…]

{ 3 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.

[click to continue…]

{ 3 comments }

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.

[click to continue…]

{ 0 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.

[click to continue…]

{ 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.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }

Setting the button link corner radius on a Flex LinkBar control

by Peter deHaan January 21, 2008

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.

Read the full article →

Setting the button corner radius in a Flex ButtonBar control

by Peter deHaan January 7, 2008

The following example shows how you can set the corner radius on a ButtonBar control in Flex by setting the buttonStyleName and cornerRadius styles.
Full code after the jump.

Read the full article →

Changing the corner radius of a Flex ComboBox control

by Peter deHaan January 1, 2008

The following example shows you how you can change the corner radius of a ComboBox control in Flex by setting the cornerRadius style.
Full code after the jump.

Read the full article →

Styling buttons in an Alert control

by Peter deHaan August 9, 2007

Here’s a basic example of applying a custom style to an Alert control’s buttons and giving them a nice, rounded effect.
Full code after the jump.

Read the full article →