JVCL Help:TJvNavPaneBackgroundImage.Stretch

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Indicates whether the image should be changed so that it exactly fits the bounds of the control.


Pascal

 propertyStretch: Boolean;


Description

Set Stretch to True to cause the image to assume the size and shape of the control. When the control resizes, the image resizes also. Stretch resizes the height and width of the image independently. Thus, unlike a simple change in magnification, Stretch can distort the image if the control is not the same shape as the image.
To resize the image without any distortion, use the Proportional property instead.
The default value for Stretch is False.


See Also

TJvNavPaneBackgroundImage.Proportional


About

Notes

Stretch has no effect if the Picture property contains an icon or if the Tile property is True.


Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page