| Name | Description | |
|---|---|---|
|  | ResizeSettings Constructor | ResizeSettings constructor. | 
The following tables list the members exposed by ResizeSettings.
| Name | Description | |
|---|---|---|
|  | ResizeSettings Constructor | ResizeSettings constructor. | 
| Name | Description | |
|---|---|---|
|  | Animated | A value that indicates whether to animate to the final size after resizing. | 
|  | AnimateDuration | A value that indicates duration time for animating, in milliseconds. Other possible values: 'slow', 'normal', 'fast'. | 
|  | AnimateEasing | A value that indicates easing effect for animating. | 
|  | AspectRatio | A value that indicates the resizing ratio. | 
|  | AutoHide | A value that indicates whether the handles are automatically hidden when mouse out of the element. | 
|  | Ghost | A value that indicates whether a semi-transparent helper element is shown for resizing. | 
|  | Handles | A value that indicates the necessary handles will be auto-generated by the plugin. | 
|  | Helper | A value that indicates the css class that will be added to a proxy element to outline the resize. | 
|  | MaxHeight | A value that indicates the maximum height the resizable should be allowed to resize to. | 
|  | MaxWidth | A value that indicates the maximum width the resizable should be allowed to resize to. | 
|  | MinHeight | A value that indicates the minimum height the resizable should be allowed to resize to. | 
|  | MinWidth | A value that indicates the minimum width the resizable should be allowed to resize to. |