Paket | spark.core |
Arabirim | public interface IDisplayText extends IEventDispatcher |
Uygulayıcılar | TextBase |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | Flash Player 10.1, AIR 2.0 |
Genel Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
isTruncated : Boolean [salt okunur]
A flag that indicates whether the text has been truncated. | IDisplayText | ||
text : String
The text displayed by this text component. | IDisplayText |
Özellik Ayrıntısı
isTruncated | özellik |
text | özellik |
text:String
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | Flex 4.5 |
Çalışma Zamanı Sürümleri: | 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.
Varsayılan değer şudur "".
Uygulama
public function get text():String
public function set text(value:String):void
Tue Jun 12 2018, 01:09 PM Z