mx.styles.CSSStyleDeclaration
The class that represents a set of CSS style rules. Note that UIObject also has a similar implementation. Styles may be set directly on UIObjects or indirectly by referencing an instance of this class using the styleName property.
mx.core.UIObject @helpid 3334 @tiptext A set of CSS style properties and values.
_tf
, classConstructed
, color
, CSSTextStylesDependency
, embedFonts
, fontFamily
, fontSize
, fontStyle
, fontWeight
, marginLeft
, marginRight
, styleName
, textAlign
, textDecoration
, textIndent
_tf:TextFormat
styleName:String
textAlign:String
fontWeight:String
color:Number
fontFamily:String
textIndent:Number
fontStyle:String
marginLeft:Number
marginRight:Number
fontSize:Number
textDecoration:String
embedFonts:Boolean
static classConstructed:Boolean
static CSSTextStylesDependency
function getStyle(styleProp:String)
get a style property
- Parameters
- Return
- Variant the style value @tiptext @helpid 3335