* Get/set horizontal alignment * 获取/设置水平对齐
()
| 111 | * 获取/设置水平对齐 |
| 112 | */ |
| 113 | public get align(): EAlignType { |
| 114 | return this._align; |
| 115 | } |
| 116 | |
| 117 | public set align(value: EAlignType) { |
| 118 | if (this._align !== value) { |
nothing calls this directly
no test coverage detected