Pacchetto | spark.core |
Interfaccia | public interface IDisplayText extends IEventDispatcher |
Implementatori | TextBase |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.1, AIR 2.0 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
isTruncated : Boolean [sola lettura]
A flag that indicates whether the text has been truncated. | IDisplayText | ||
text : String
The text displayed by this text component. | IDisplayText |
Metodi pubblici
Descrizione delle proprietà
isTruncated | proprietà |
text | proprietà |
text:String
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | Flex 4.5 |
Versioni runtime: | Flash Player 10.1, AIR 2.0 |
The text displayed by this text component.
The formatting of this text is controlled by CSS styles. The supported styles depend on the subclass.
Il valore predefinito è "".
Implementazione
public function get text():String
public function set text(value:String):void
Tue Jun 12 2018, 02:44 PM Z