|
Property Summary |
public
| align: String (write)
|
| Sets the horizontal alignment of the text in the component. Valid values are "left", "right" and "center".
|
|
public
| align: String (read)
|
| Gets the horizontal alignment of the text in the component.
|
|
public
| disabledColor: Number (write)
|
| Sets the color of the text in the component when the component is disabled
|
|
public
| disabledColor: Number (read)
|
| Gets the color of the text in the component when the component is disabled
|
|
public
| disableStyles: Boolean (write)
|
| Determines whether or not the style properties for the component will be used. Set to false if you want to style the text through html or style sheets.
|
|
public
| disableStyles: Boolean (read)
|
| Gets the availability of the component style properties.
|
|
public
| embedFont: Boolean (write)
|
| Sets whether or not the font used in the component should be embedded. Note that if this is set to true, the font used must be included in a font symbol exported from the library, or in a text field somewhere on stage in the movie, with that font embedded.
|
|
public
| embedFont: Boolean (read)
|
| Gets whether or not the font used in the component should be embedded. Note that if this is set to true, the font used must be included in a font symbol exported from the library, or in a text field somewhere on stage in the movie, with that font embedded.
|
|
public
| fontColor: Number (write)
|
| Sets the color of the font used in the component.
|
|
public
| fontColor: Number (read)
|
| Gets the color of the font used in the component.
|
|
public
| fontFace: String (write)
|
| Sets the font to be used to display text in the component.
|
|
public
| fontFace: String (read)
|
| Gets the font used to display text in the component.
|
|
public
| fontSize: Number (write)
|
| Sets the size of the font to be used in the component.
|
|
public
| fontSize: Number (read)
|
| Gets the size of the font used in the component.
|
|
public
| html: Boolean (write)
|
| If html is set to true, basic html tags may be used in the component.
|
|
public
| html: Boolean (read)
|
| Gets the html mode of the component.
|
|
|
Constructor |
public
| LabelWrapper (
Void)
|
|
|
|
|
|