The property is True if the image should be changed so that it exactly fits the bounds of the image control.
object.Stretch
Part | Attribute | Type | Description |
---|---|---|---|
object |
Required | The object always implements the
ISImage interface |
bool
Display Stretch for the image control.
Dim aImage
Dim aImageInfo
Set aImage = Form.Controls_("Image2")
aImageInfo =_
"Type Name: " & aImage.TypeName & vbNewLine &_
"ShortName: " & aImage.ShortName & vbNewLine &_
"Stretch: " & aImage.Stretch
Profile.MsgBox(aImageInfo)
In Profile Client v8 on User Interface Stretch can be found in
.