Set Button font style : Button Properties « Components « Flex
- Flex
- Components
- Button Properties
Set Button font style

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute">
<mx:Button label="Example" color="red" cornerRadius="10" fontStyle="italic" />
</mx:Application>
Related examples in the same category