* Get/set auto size mode * 获取/设置自动尺寸模式
()
| 186 | * 获取/设置自动尺寸模式 |
| 187 | */ |
| 188 | public get autoSize(): boolean { |
| 189 | return this._autoSize; |
| 190 | } |
| 191 | |
| 192 | public set autoSize(value: boolean) { |
| 193 | if (this._autoSize !== value) { |
nothing calls this directly
no test coverage detected