mx.styles.CSSSetStyle
runtime style changes of CSS properties requires this package
_color
, classConstructed
, CSSStyleDeclarationDependency
, invalidateStyle
, setColor
, stylecache
, styleName
styleName:String
stylecache:Object
_color:Number
setColor:Function
invalidateStyle:Function
static classConstructed:Boolean
static CSSStyleDeclarationDependency
function changeColorStyleInChildren(sheetName:String, colorStyle:String, newValue):Void
function notifyStyleChangeInChildren(sheetName:String, styleProp:String, newValue):Void
function setStyle(styleProp:String, newValue):Void
set a style property. Causes lots of processing so use sparingly
- Parameters