* Get/set vertical alignment * 获取/设置垂直对齐
()
| 126 | * 获取/设置垂直对齐 |
| 127 | */ |
| 128 | public get verticalAlign(): EVertAlignType { |
| 129 | return this._valign; |
| 130 | } |
| 131 | |
| 132 | public set verticalAlign(value: EVertAlignType) { |
| 133 | if (this._valign !== value) { |
nothing calls this directly
no test coverage detected