套件 | spark.core |
介面 | public interface IDisplayText extends IEventDispatcher |
實作者 | TextBase |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | Flash Player 10.1, AIR 2.0 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
isTruncated : Boolean [唯讀]
A flag that indicates whether the text has been truncated. | IDisplayText | ||
text : String
The text displayed by this text component. | IDisplayText |
屬性詳細資訊
isTruncated | 屬性 |
text | 屬性 |
text:String
語言版本: | ActionScript 3.0 |
產品版本: | Flex 4.5 |
執行階段版本: | 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.
預設值為 ""。
實作
public function get text():String
public function set text(value:String):void
Tue Jun 12 2018, 03:47 PM Z