Stretch
This property returns and sets a value that determines whether a graphic resizes to fit the size of an Image control.
Syntax
object.Stretch [= Boolean]
Parameters
- object
- Object expression that evaluates to an Image control.
- Boolean
- Following are the settings for Boolean:
- True
- The graphic resizes to fit the control.
- False (default)
- The control resizes to fit the graphic.