Label style : Label Style « Components « Flex

Home
Flex
1.Chart
2.Components
3.Container
4.Data Model
5.Development
6.Effects
7.Event
8.Graphics
9.Grid
10.Style
Flex » Components » Label StyleScreenshots 
Label style
           

<mx:Application
    xmlns:mx="http://www.adobe.com/2006/mxml"
    layout="vertical">

    <mx:Style>
    @namespace mx "http://www.adobe.com/2006/mxml";
        mx|Label {
            font-family: 'Arial';
            font-size: 20px;
            font-weight: 'bold';
            color: #FFFFFF;
        }
    </mx:Style>

    <mx:Label text="Hello Flex!" />
</mx:Application>
    
    

   
    
    
    
    
    
    
    
    
    
    
  
Related examples in the same category
1.Apply style to LabelApply style to Label
2.Enable data labels on the columns by setting the value of the labelPosition style property to insideEnable data labels on the columns by setting the value of the labelPosition style property to inside
3.Set style name for LabelSet style name for Label
4.Set Text, font weight and font size for LabelSet Text, font weight and font size for Label
5.Set font weight and size for LabelSet font weight and size for Label
6.The following example embeds a font and rotates the data labels 45 degrees:The following example embeds a font and rotates the data labels 45 degrees:
7.Overwrite Label font size with attribute
8.Name appears in the DataTip in italic font before the label dataName appears in the DataTip in italic font before the label data
w__w_w.___ja__v__a__2__s__.__c___o___m_ | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.