Set Button Label and Font size : Button « Components « Flex
- Flex
- Components
- Button
Set Button Label and Font size

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
minWidth="1024" minHeight="768">
<mx:Button label="Hello World!" fontSize="40" />
</mx:Application>
Related examples in the same category