* Sets the preferred width. * * Use Resizer.AUTO_SIZE to automatically calculate the width based on the height and aspect ratio. * * @deprecated Use preferredWidth instead. * @param {Number} value - The width.
(value)
| 403 | */ |
| 404 | |
| 405 | setPreferredWidth(value) { |
| 406 | |
| 407 | this.preferredWidth = value; |
| 408 | |
| 409 | } |
| 410 | |
| 411 | /** |
| 412 | * The preferred height. |