当前位置:   article > 正文

horizontalCenter和verticalCenter

horizontalcenter

horizontalCenter和verticalCenter:


<mx:Canvas left="10" right="10" top="104" bottom="10" backgroundColor="#000000" backgroundAlpha="0.1"
      borderStyle="solid" borderColor="#000000" alpha="0.2" width="100%" height="200">
  <mx:Text text="Top Left" left="10" top="10"/>
  <mx:Text text="Bottom Left" left="10" bottom="10"/>
  <mx:Text text="Bottom Center" bottom="10" horizontalCenter="0"/>
  <mx:Text text="Center" horizontalCenter="0" verticalCenter="0"/>
  <mx:Text text="Bottom Right" right="10" bottom="10"/>
  <mx:Text text="Center Right" verticalCenter="0" right="10"/>
  <mx:Text text="Center Left " left="10" verticalCenter="0"/>
  <mx:Text text="Top Center" horizontalCenter="0" top="10"/>
  <mx:Text text="Top Right" right="10" top="10"/>
</mx:Canvas>

verticalCenter=“0” 表示垂直居中,horizontalCenter=0表示水平居中

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/小蓝xlanll/article/detail/117462
推荐阅读
相关标签
  

闽ICP备14008679号