Posts tagged as:

linkButtonStyleName

In a previous example, “Setting the horizontal spacing between items in a LinkBar control in Flex”, we saw how you could set the horizontal spacing between items in a Flex LinkBar control by setting the horizontalGap style.

The following example shows how you can control the spacing between a LinkBar control’s individual LinkButton control’s label and icon by setting the horizontalGap style on the LinkBar control’s linkButtonStyleName style.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can create a custom LinkButton skin on the Halo LinkBar control in Flex 4 by setting the linkButtonStyleName and skin styles.

Full code after the jump.

[click to continue…]

{ 0 comments }

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.

[click to continue…]

{ 0 comments }

The following example shows how you can set the font weight of a label on LinkBar control and ToggleButton control in Flex by setting the linkButtonStyleName style and buttonStyleName style respectively.

Full code after the jump.

[click to continue…]

{ 3 comments }