`
梦中有你
  • 浏览: 60350 次
  • 性别: Icon_minigender_1
  • 来自: 天津
社区版块
存档分类
最新评论

VBox, HBox的渐变背景

    博客分类:
  • Flex
 
阅读更多
VBox, HBox的渐变背景


<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml " layout="absolute">
<mx:Style>
         .testeGradiente{
             fillColors: #444444, #ff0000;
             fillAlphas: 0.1,1;
         }
</mx:Style>
    <mx:VBox styleName="testeGradiente" borderStyle="applicationControlBar" x="101" y="46" width="174" height="170">
    </mx:VBox>
</mx:Application>
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics