Set css style for tooltip : ToolTips Style « Components « Flex






Set css style for tooltip

       
<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Style>
    @namespace mx "http://www.adobe.com/2006/mxml";
      mx|ToolTip {
        fontFamily: "_typewriter";
        backgroundColor: #FFFFFF;
      }
    </mx:Style>
</mx:Application>

   
    
    
    
    
    
    
  








Related examples in the same category

1.Set ToolTip's styles selector using CSS syntaxSet ToolTip's styles selector using CSS syntax