maintainAspectRatio
When scaleImage is enabled, maintainAspectRatio specifies that the overall proportions of the image are maintained during scaling. When disabled, the image will scale to the dimensions of the component boundary using the 9-cell method (see scale9).
Type
Boolean true: keep proportions constant
false: allow image fill component boundary
Example
Image1.maintainAspectRatio = false;
See Also
Scaling an Image, for more information on aspect ratio.
Image Properties, for more information on images.
| << image | © 1996-2013 InetSoft Technology Corporation (v11.4) | scale9 >> |