| Package | mx.styles | 
| Interface | public interface ISimpleStyleClient | 
| Implementors | ProgrammaticSkin, UIComponent, UITextField | 
See also
| Property | Defined By | ||
|---|---|---|---|
| styleName : Object 
      The source of this object's style values.  | ISimpleStyleClient | ||
| Method | Defined By | ||
|---|---|---|---|
      Called when the value of a style property is changed.  | ISimpleStyleClient | ||
| styleName | property | 
styleName:Object
      The source of this object's style values.
      The value of the styleName property can be one of three possible types:
     
      
StyleManager.getStyleDeclaration(".headerStyle").    public function get styleName():Object    public function set styleName(value:Object):void| styleChanged | () | method | 
 public function styleChanged(styleProp:String):voidCalled when the value of a style property is changed.
Parameters
styleProp:String — The name of the style property that changed.    
      |