Posts tagged as:

joints

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…]

{ 0 comments }

The following example shows how you can set the miter limit on a Flex 4 Path stroke by setting the miterLimit property on a stroke object.

Full code after the jump.

[click to continue…]

{ 0 comments }

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…]

{ 1 comment }

The following example shows how you can set the miter limit on a Flex Gumbo stroke by setting the miterLimit property on a stroke object.

Full code after the jump.

[click to continue…]

{ 1 comment }

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…]

{ 0 comments }