isTruncated:Boolean
[read-only]
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | Flash Player 10.1, AIR 2.0 |
A flag that indicates whether the text has been truncated.
Implementation public function get isTruncated():Boolean
text:String
Language Version : | ActionScript 3.0 |
Product Version : | Flex 4.5 |
Runtime Versions : | 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.
The default value is ""
.
Implementation public function get text():String
public function set text(value:String):void