Saved Bookmarks
| 1. |
Which property of picture box is used to display the picture |
|
Answer» ong>Answer: PictureBox control is used to display the images on Windows Form. The PictureBox control has an image property that ALLOWS the user to set the image at runtime or design TIME. ... Properties of the PictureBox. Property Description BorderStyle It is used to set the BORDER style for the picture BOX in the windows form. |
|