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 }
Just a bunch of Adobe Flex Examples
From the category archives:
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 an Ellipse object’s stroke weight by setting the weight property on the SolidColorStroke object.
Full code after the jump.
{ 1 comment }
In a previous example, “Creating a solid color fill on an Ellipse object in Flex Gumbo”, we saw how you could create a solid color fill on an Ellipse object by setting the fill property to a SolidColor object.
The following example shows how you can create a linear gradient fill on a Flex Gumbo Ellipse object by setting the fill property to a LinearGradient object.
Full code after the jump.
{ 0 comments }
The following example shows how you can create a solid color fill on an Flex Gumbo Ellipse object by setting the fill property to a SolidColor object.
Full code after the jump.
{ 3 comments }
The following example shows how you can set the blend mode of an Ellipse object by setting the blendMode property.
Full code after the jump.
{ 0 comments }
The following example shows how you can set an Ellipse object’s mask type as a clip mask or alpha mask by setting the maskType property.
Full code after the jump.
{ 0 comments }
The following example shows you how to draw an ellipse in a Flex Gumbo application using the new Ellipse graphic primitive in FXG.
Full code after the jump.
{ 4 comments }