Creating a Text control with : Text « Components « Flex
- Flex
- Components
- Text
Creating a Text control with

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
<mx:Text width="175" text="This is an example
of a multiline text string
in a Text control."/>
</mx:Application>
Related examples in the same category