Stretched Property

The Stretched property determines whether you can adjust the size of an image. If you leave this property set to No, the image will be placed on the form in the same size as the original image file.

You can also set this property using a cascading style sheet. For more information, see Using Cascading Style Sheets.

Applies to: Images.

Setting dynamically:

Winform Set form.image.STRETCHED TO {0|1};

Property settings:

0 - No

Does not allow you to resize the image (the default).

1 - Yes

Enables you to resize the image.


WebFOCUS