PictureStretch: Boolean;
PictureStretch: boolean;
The PictureStretch property enables the user to stretch an image to the size of a control when resizing an object. If the property is set to True, an image is stretched, if it is set to False, it is not stretched.
The default property value is False.
Executing the example requires that repository contains a workspace with the IWSTYLE identifier containing shape. It is also required to have the ConnectedCPs.gif image.
Add links to the Andy, Drawing, Metabase system assemblies.
After executing the example an image, which will be stretched if the shape is resized, is used as a shape fill.
See also: