Advantage of using mx:Text over mx:Label

◇◆丶佛笑我妖孽 提交于 2019-12-11 11:17:00

问题


What is the advantage of using mx:Text over mx:Label in Flex?


回答1:


The Text control displays multiline, noneditable text. Use the Label control if you need only a single line of text.

From here.



来源:https://stackoverflow.com/questions/7103172/advantage-of-using-mxtext-over-mxlabel

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!