IPrxPicture.Stretch

Syntax

Stretch: Boolean;

Description

The Stretch property determines whether image is stretched to fit the size of the control, in which it is placed.

Comments

If the property is set to True, the image is stretched to fit the size of the control; if the property is set to False, the image is not resized.

The default property value is True.

Example

The example of use is given on the page with description of the AutoSize property.

See also:

IPrxPicture