* Get/set shrink only mode * 获取/设置仅缩小模式
()
| 156 | * 获取/设置仅缩小模式 |
| 157 | */ |
| 158 | public get shrinkOnly(): boolean { |
| 159 | return this._shrinkOnly; |
| 160 | } |
| 161 | |
| 162 | public set shrinkOnly(value: boolean) { |
| 163 | if (this._shrinkOnly !== value) { |
nothing calls this directly
no test coverage detected