* Sets the preferred height. * * Use Resizer.AUTO_SIZE to automatically calculate the height based on the width and aspect ratio. * * @deprecated Use preferredHeight instead. * @param {Number} value - The height.
(value)
| 454 | */ |
| 455 | |
| 456 | setPreferredHeight(value) { |
| 457 | |
| 458 | this.preferredHeight = value; |
| 459 | |
| 460 | } |
| 461 | |
| 462 | /** |
| 463 | * Sets the preferred size. |