The following example shows how you can set the joint style on a Spark Border container in Flex 4 by setting the borderStroke property to a custom stroke object and set the joints property to a static constant from the flash.display.JointStyle class.
Full code after the jump.
[click to continue…]
Tagged as:
bevel,
borderStroke,
Gumbo,
joints,
miter,
round
The following example shows how you can set the joint style on a Flex 4 SolidColorStroke object by setting the joints property to a static constant in the JointStyle class (flash.display.JointStyle).
Full code after the jump.
[click to continue…]
Tagged as:
Gumbo,
joints,
needsSWF,
stroke
The following example shows how you can set the joint style on a Flex Gumbo LinearGradientStroke object by setting the joints property to a static constant in the JointStyle class (flash.display.JointStyle).
Full code after the jump.
[click to continue…]
Tagged as:
Gumbo,
joints,
stroke