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>