My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DashedLinePrimitive  
How to use the DashedLine primitive
Updated Dec 3, 2010 by fabien.b...@gmail.com
Properties

  • dashes : defines the dashes construction. For each pair of two numbers, the first one defines the length of the caret (in pixels) and the second one defines the gap size. By default [10, 10]

Sample
<uigfx:DashedLine  
    dashes="[20, 5, 30, 10]"
    horizontalCenter="0" left="20" right="20">
				
    <uigfx:stroke>
        <s:SolidColorStroke color="#474747" weight="2" />
    </uigfx:stroke>

</uigfx:DashedLine>

Sign in to add a comment
Powered by Google Project Hosting