* Get/set text color * 获取/设置文本颜色
()
| 100 | * 获取/设置文本颜色 |
| 101 | */ |
| 102 | public get color(): string { |
| 103 | return this._color; |
| 104 | } |
| 105 | |
| 106 | public set color(value: string) { |
| 107 | if (this._color !== value) { |
nothing calls this directly
no test coverage detected