VGA color name for CSS style definitions and tag support : Style Color « Style « Flex






VGA color name for CSS style definitions and tag support

VGA color name for CSS style definitions and <mx:Style> tag support
       

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml">
    <mx:Style>
    .myStyle {
        color: Blue; /* VGA color name */
    }
    </mx:Style>
    <mx:Button id="myButton" styleName="myStyle" label="Click Here"/>
</mx:Application>

   
    
    
    
    
    
    
  








Related examples in the same category

1.Apply color and font style to a Button with CSSApply color and font style to a Button with CSS
2.CSS style definitions and the tag support hexadecimal color and color name value formatsCSS style definitions and the <fx:Style> tag support hexadecimal color and color name value formats
3.Convert color style to StringConvert color style to String
4.Define custom color and line style for the bubblesDefine custom color and line style for the bubbles
5. tag styles specify blue, italic, 14 point text, and the tag includes HTML tags that override the color and point size.<mx:Text> tag styles specify blue, italic, 14 point text, and the <mx:htmlText> tag includes HTML tags that override the color and point size.
6.Use the errorTip style to change the colorUse the errorTip style to change the color
7.Assign color value to Number type variableAssign color value to Number type variable
8.Get colorGet color