<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/halo"
minWidth="1024" minHeight="768" backgroundColor="#FFFFFF">
<!--基于TextArea组件的原始换行接口属性实例-->
<mx:TextArea id="textAreaID" horizontalCenter="0" width="100" height="200"
text="基于TextArea组件的原始换行接口属性实例,即可以类似Label组件效果但是可以自动换行的效果
borderColor属性值和TextArea组件的父组件的backgroundColor属性值相同就更好"
enabled="false" contentBackgroundAlpha="0" borderColor="#FFFFFF" borderThickness="0" disabledColor="#000000"
horizontalScrollPolicy="off" verticalScrollPolicy="off"/>
</s:Application>