WebImageView.Picture
From Xojo Documentation
Property (As WebPicture )
aWebImageView.Picture = newWebPictureValue
or
WebPictureValue = aWebImageView.Picture
New in 2010r4
Supported for all project types and targets.
or
WebPictureValue = aWebImageView.Picture
New in 2010r4
Supported for all project types and targets.
The picture to display.
Notes
Currently supports JPEG and PNG image formats.
Changing the picture calls the PictureChanged event handler.
Example
The following example in the Open event of a WebImageView displays a picture that was added to the project:
Me.Picture = RedDog