My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ArcPrimitive  
How to use the Arc primitive
Updated May 25, 2010 by fabien.b...@gmail.com
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>

Sign in to add a comment
Powered by Google Project Hosting