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.
{ 0 comments }
Just a bunch of Adobe Flex Examples
From the category archives:
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.
{ 0 comments }
The following example shows how you can set an Line object’s stroke weight by setting the weight property on the SolidColorStroke object.
Full code after the jump.
{ 0 comments }
The following example shows how you can set the scale mode on an Ellipse object’s stroke object by setting the scaleMode property to one of the static constants in the LineScaleMode class.
Full code after the jump.
{ 2 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.
{ 1 comment }
The following example shows how you can set an Ellipse object’s stroke weight by setting the weight property on the SolidColorStroke object.
Full code after the jump.
{ 1 comment }