阅读:4949次
评论:2条
更新时间:2011-06-01
跟html里hr的作用类似:
<?xml version="1.0"?> <!-- Simple example to demonstrate the HRule control. --> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"> <mx:WipeLeft id="myWL"/> <mx:Panel title="HRule Control Example" id="myPanel" paddingTop="10" paddingBottom="10" paddingLeft="10" paddingRight="10"> <mx:HRule rollOverEffect="{myWL}" width="100%" strokeWidth="1" strokeColor="red"/> <mx:Label width="100%" color="blue" text="Move mouse over HorizontalRule control to redraw it."/> </mx:Panel> </mx:Application>
2 楼 u012522623 2014-08-11 15:27
1 楼 扎尔伯格 2012-05-02 16:34