As mx components are phasing out for the best, Spark skin components. And why can't you use width = 100% with Line? By the way, this segment will not show anything because you do not have a set of strokes. Here is what I think you want:
<s:Line width="100%"> <s:stroke> <s:SolidColorStroke color="#000000" weight="1" caps="square"/> </s:stroke> </s:Line>
If you really want to do this with just one tag, you can always create a new component, name it HRule
and configure it by default.
J_A_X
source share