which property of picturebox is used to display the picture
Answers
Answered by
5
The PictureBox control is used for displaying images on the form.
SOME PROPERTIES OF PICTURE BOX FOR PICTURE DISPLAY ARE AS FOLLOWS;
- ErrorImage; specifies an image
- Image sets the image
- ImageLocation sets the URL for the image
- InitialImage sets the image displayed in the control
- SizeMode set size of the image
Answered by
1
To display the images on form, Picture Box control is used. Image property is being controlled which allows for setting up an image, and it is used as a run time along with the design time.
The user drags the data which the picture box accepts.
It also helps to set the URL path. Finally, it also determines the display image size by loading the main image.
Similar questions