Sponsered Links
Categories
Sponsered Links

Flex Application tag example

 

In this example the Application tag is used to lay out the child controls.

The Application container can also be formatted using any of the several style parameters that are available, including back groundGradientColors and verticalGap.

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml"
backgroundGradientColors="[#FFFFFF, #FFDE00]" verticalGap="15"
layout="horizontal">
<mx:Image source="assets/animals03.jpg" />
<mx:Label text="Photographed by Elsie Weil" fontSize="15"
fontWeight="bold" />
</mx:Application>

 
 
Sponsered Links
Latest Updates
 
All Content of this site is for learning only. We do not warrant the correctness of its content. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.
Copyright © 2009 JSPSERVLETTUTORIAL.INFO All Right Reserved