| 套件 | mx.styles |
| 介面 | public interface ISimpleStyleClient |
| 實作者 | ProgrammaticSkin, StyleableTextField, UIFTETextField, UITextField |
| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
相關 API 元素
公用方法
| 方法 | 定義自 | ||
|---|---|---|---|
Called when the value of a style property is changed. | ISimpleStyleClient | ||
屬性詳細資訊
styleName | 屬性 |
styleName:Object| 語言版本: | ActionScript 3.0 |
| 產品版本: | Flex 3 |
| 執行階段版本: | Flash Player 9, AIR 1.1 |
The source of this object's style values.
The value of the styleName property can be one of three possible types:
- String, such as "headerStyle". The String names a class selector that is defined in a CSS style sheet.
- CSSStyleDeclaration, such as
StyleManager.getStyleDeclaration(".headerStyle"). - UIComponent. The object that implements this interface inherits all the style values from the referenced UIComponent.
實作
public function get styleName():Object public function set styleName(value:Object):void方法詳細資訊
styleChanged | () | 方法 |
Tue Jun 12 2018, 03:47 PM Z