我创建了一个 spark.components.Label,我想更改文本对齐方式。api声明它有一个属性 textAlign,但我得到了这个错误。我究竟做错了什么?
import spark.components.Label;
var mylabel:Label = new Label();
mylabel.textAlign = "right";
错误:通过静态类型 spark.components:Label 的引用访问可能未定义的属性 textAlign。
我创建了一个 spark.components.Label,我想更改文本对齐方式。api声明它有一个属性 textAlign,但我得到了这个错误。我究竟做错了什么?
import spark.components.Label;
var mylabel:Label = new Label();
mylabel.textAlign = "right";
错误:通过静态类型 spark.components:Label 的引用访问可能未定义的属性 textAlign。