* Get/set stroke color * 获取/设置描边颜色
()
| 249 | * 获取/设置描边颜色 |
| 250 | */ |
| 251 | public get strokeColor(): string { |
| 252 | return this._textField.strokeColor; |
| 253 | } |
| 254 | |
| 255 | public set strokeColor(value: string) { |
| 256 | if (this._textField && this._textField.strokeColor !== value) { |
nothing calls this directly
no test coverage detected