Properties
- angle : Defines the angle in degree of the primitive
- gap : Defines the gap of the Arc.
- startAngle : Defines the start angle (in degree) of the primitive
Sample
<uigfx:Arc
gap="3" startAngle="40" angle="320"
width="400" height="300">
<uigfx:stroke>
<s:SolidColorStroke color="#FFFFFF" weight="2" />
</uigfx:stroke>
<uigfx:fill>
<s:SolidColor color="#0086C4" alpha="1" />
</uigfx:fill>
</uigfx:Arc>