Label style : Label Style « Components « Flex






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