<?xml version="1.0"?>
<!-- Simple example to demonstrate the VRule control. -->
<!--
如何使用Flex VRule
MyShareBook.cn 翻译
-->
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Panel title="VRule Control Example" id="myPanel" horizontalAlign="center"
paddingTop="10" paddingLeft="10" paddingRight="10" paddingBottom="10">
<mx:VRule rollOverEffect="WipeUp" strokeWidth="1" strokeColor="red"/>
<mx:Label width="100%" color="blue"
text="Move mouse over VRule control to redraw it."/>
</mx:Panel>
</mx:Application>
如何使用Flex VRule
最新推荐文章于 2021-04-10 13:39:40 发布
本文介绍了一个简单的Flex VRule控件示例,演示了如何使用该控件,并展示了当鼠标悬停在VRule控件上时,其如何重新绘制自身的效果。
186

被折叠的 条评论
为什么被折叠?



