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:TextFormatstyleName:StringtextAlign:StringfontWeight:Stringcolor:NumberfontFamily:StringtextIndent:NumberfontStyle:StringmarginLeft:NumbermarginRight:NumberfontSize:NumbertextDecoration:StringembedFonts:Booleanstatic classConstructed:Booleanstatic CSSTextStylesDependencyfunction getStyle(styleProp:String)get a style property
- Parameters
- Return
- Variant the style value @tiptext @helpid 3335